VS 2008 Best Way To Create Files?
Nov 11, 2009
I have created some basic help instructions for my program. How or what should I do to present this to the user. I have a button set up for the user to click on, but what is the best way to present these help instructions to the user?
I know that on most programs that you press "F1" and the help files display in a nice form. I am not certain that mine need search capabilities since its only a couple of pages in length.
View 6 Replies
ADVERTISEMENT
Jul 30, 2009
Having a slight permission problem with Win 7 I am guessing it will be the same on Vista but work fine on XP (yet to try)But my program is sitting in: C:Program FilesCompanyProgram And its trying to create new files alongside itself in the Program Files area but bombing out which I know is permissions. If I go there to create the file myself it comes up with a UAC prompt and when I hit allow it works fine but obv the program can't do that byiteslf so bombs out.Is there anyway I can over come that without the user having to grant admin rights to the program each time it starts or do I have to write data to another place?
View 4 Replies
Sep 4, 2009
how i would make an application that can create exe files.Like i make an app that has the options:
Form name:
Form icon:
Message to display:
and then you click build, and it builds an exe with the options set in the original form as the settings for the new exe.
View 2 Replies
Sep 4, 2010
I am currently writing a program in VB 2008. Here is what the program is intended to do: I need it to have two forms of input, so I want it to open existing text files and create new ones. Once the user has selected what input to be taken (either a file is opened or a new one is made, guessing multiple forms need to be used here) the user will then take the text file either created or opened and then be able to click a button which will sort all the text in the text file into alphabetical order and then display the results to the screen. While this happens, I need the words in the file to be counted by a counter (so a loop i guess) that then displays on which line each word appears on. I then need this information to be displayed in a text box on screen.
View 2 Replies
Mar 15, 2010
i need to access to a special folder and operate there, but i don't have permission to do this, how i can set permission to access to special folder and delete/create files?
View 18 Replies
Apr 14, 2009
I have many applications that create TLB files which I guess are so that vb2005 can comunicate with the DLL files. Now what I would like to do is have all my TLB files in one folder and have my application point to that folder to use them.The problem I am having is that my EXE will not run unless all the TLB files are in the same folder as the EXE. I do not want this. I want to put some code into my file that sais that the tlb files it needs are located in say: [code] and still have it work. again right now they all have to be in the same folder which is really bugging me.
View 3 Replies
Dec 14, 2009
I am trying to create a program which will read the files that exist in a directory, and then write in a text file the specific information (full file name, date created)i have found several code in the site but i cant make it work, the machine i am running the code is XP and i am using VB2008.The code i have found is the following:
Imports System.IO
Imports System.String
[code].....
View 1 Replies
Apr 1, 2009
I need to scan either a drive are folder and search for .theme .VStyle and shellstyle.dll and there folder/subfolder names.The code scans for all .Theme files on the drive or in a folder, when it finds it it stores the folder name that file is in and also the name of the .theme .
View 4 Replies
Nov 3, 2009
How To create cab files in vb.net ?
View 1 Replies
Apr 26, 2012
Dim fc = My.Computer.FileSystem.GetFiles(Destination).Countto get the no of files from the directory D:Images9 (Destination=”D:Images9”). It returns the count including the system files present in that directory ex: Thumbs.db How can I avoid thihow to find (search) a particular file in the specified directory.
View 1 Replies
Jul 2, 2012
I know how to create a file, but would it be possible to create multiple files? the number I would like to create is determined from the number in a textbox, i.e., if the textbox had 2 then I would create 2 files, if it had 5 then I would create 5 files.
My code to create file
System.IO.File.WriteAllText("C:\Test.txt", "")
View 2 Replies
Feb 3, 2011
I have got a lot of documents that gets automated in Word format which is great, but also I would like to be able to create and save documents in pdf format.
I understand there is software for converting and creating pdf documents but I want to know if I would be able to program any simple documents for a start myself in pdf format.
View 1 Replies
Dec 31, 2010
How to create and edit PDF files in VB.net?
this can be some library or third party non-commercial tool (free to distribute) that can be included to setup package and should work when installed to any compatible PC with pdf reader. I want to be able to draw lines circles etc. within the document... or maybe draw within image and then print to pdf.
View 5 Replies
Feb 16, 2011
How can I create auto-cad dwg or dxf files with vb.net
View 2 Replies
May 31, 2009
I have this code:
[Code]...
now I cant find out how to create from all the gif files one multiGIF... it will make my day (or week now :) )
View 1 Replies
May 23, 2012
I hope this post is in the correct forum. We have a folder on the server that has pdf files. The file names are in the format of 'report_name_propname_04_21_12.pdf'. The report_name is different as is the prop_name and 04 is the month, 21 is the day of month, and the 12 is the year. The goal is to have links on the web page that has the prop_name(s). When clicked it would display a list of months as links. ie 01,02,03,...11,12 under the propname link. When these month links are clicked the web page would display
a list of links of the pdf files. The part of displaying the pdf link I have. The question I have is how can this be achived in code? Is there a control for this functionality? I think it is like an Excel pivot table.
View 4 Replies
Jul 11, 2010
I am creating a application which one select and display swf file with frame on slider. In this program user can select range of frames.like swf file have frame range is 1 to 5000. in my app user can mark first mark on 100 frame and end point on 1000 frame. now this 100 to 1000 will be my range and in store this range in notepad.Now i want to create swf file of selected (or Created range - 100 to 1000) range. As per this process user create multiple ranges of frames.how to create swf file from created range (selected frames) in vb.net. I checked on net but i cant find how to split or runtime create swf file from selected frames of perticular swf file.
View 5 Replies
Jan 17, 2006
How would one create video files in .NET? Any magical class library out there that allows you to capture images at a certain interval, then combine them into some popular video format? Any ways to capture streaming video from, say, a webcam? I have still images down pat, already made a couple different progs with that. Now looking for ideas on how to go about capturing actual video....
All that I have searched have brought be to DirectX, with DirectShow. Is there a different way? Every DirectX SDK I seem to download has everything but DirectShow (and with dialup, usually, when I say "Download" I mean, "installed it from a cd with the files downloaded by a friend on it" ).
View 3 Replies
Aug 17, 2010
How to create Merge files
View 3 Replies
Jan 21, 2011
I'm looking for free codes to create a Multiuploader files with a ProgressBar.
View 2 Replies
Jan 27, 2012
I've been developing an application that is basically a GUI for several batch files. You click on a button, and the corresponding batch file will run. I got it working in debug using this code:
Private Sub btnOpenFS_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnOpenFS.Click
System.Diagnostics.Process.Start("openfs.bat")
End Sub
View 11 Replies
Jul 3, 2010
I wonna delete/create directorys on the FTP server and delete files. i have used my.computer.network.upload/downloadfile but i cant do much more whit that ..
View 5 Replies
Dec 15, 2009
I am having problems deploying VB-created software from a website. What is the best way to do this? Should I create a .zip file for the 4 files produced by VB?
View 4 Replies
Jun 5, 2011
Well i figure that if i do a temp. batch file for a small project heres the batch script. IPAddy would = a number xx.xx also how to execute from a button and run as admin at the same time. @echo off netsh interface ipv4 set address "local Area Connection" static 10.IPAddy.2
View 1 Replies
Mar 18, 2011
I'm writing a program that takes all files and directories on a computer and puts them in a collection, where I add a collection to the Collection for a directory with the key being the name of it and a string containing the Name for a file under the collections added I do the same,
[Code]...
View 4 Replies
Jun 5, 2011
How to create crystal report using xml files?
View 3 Replies
Jan 20, 2012
I use this code to create dump files of my database.Now what I want, if possible, is to encrypt it so that when it is viewed in notepad or anything similar, average users cannot read it.
Code
Call isDirectoryExist()
Call createDbBackupName()
Dim myProcess As Process = New Process
Dim strUser As String = "superadmin"
[Code]...
View 3 Replies
Apr 26, 2011
i need the code too check the files in the debug folder and if there is already a file with 0001.txt file i want the code to make a new file called 0002.txt file.
[code]...
View 7 Replies
Oct 8, 2010
How do I create HIDDEN files and folder (eg. a config file to store program settings) in VB.net?
View 2 Replies
Dec 22, 2011
How do I create separate files in a VB Express 2010 project?[code]...
Query 1: When creating class files, the VB Book by Loffelmann & Purohit (p 172) says, put the class in a class file that has the same name as the class. However, as shown, I want to have two or more related classes in this file. Do I need a separate file for each class? That would get cumbersome!
Query 2: Can I create a file similar to MyOutput.vb so that both MyModule and MyClass can include statements like[code]...
View 2 Replies