Okay,
I am new to programming and especially vb.net. I have been programming in VBA for a little while though. This is what I would like to do.
I would like to have a button on a form that sys simply file. I know how to add this to a form etc. But this is what I am having a hard time trying to figure out. When you click the File button I would like something to popup so that you can navigate the particular text file on you hard drive. Perhaps a tree view to drill down through. I will be reading the file sequentially and then deleteing the first character from each line of the file. I would then like this changed file to overwrite the file that it was read from.
The reason i would liek to do this is because we have txt files from a mainframe that several people get and they can be anywhere on their harddrives. We have to manually delete the first character of each line as it is now. I would like to just have a simple app fo this.
I think I would like it to be along the lines of the FolderBrowser, but it only shows folders and not files. Anyone have any ideas?
Thanks for the help,
Chester
I am new to programming and especially vb.net. I have been programming in VBA for a little while though. This is what I would like to do.
I would like to have a button on a form that sys simply file. I know how to add this to a form etc. But this is what I am having a hard time trying to figure out. When you click the File button I would like something to popup so that you can navigate the particular text file on you hard drive. Perhaps a tree view to drill down through. I will be reading the file sequentially and then deleteing the first character from each line of the file. I would then like this changed file to overwrite the file that it was read from.
The reason i would liek to do this is because we have txt files from a mainframe that several people get and they can be anywhere on their harddrives. We have to manually delete the first character of each line as it is now. I would like to just have a simple app fo this.
I think I would like it to be along the lines of the FolderBrowser, but it only shows folders and not files. Anyone have any ideas?
Thanks for the help,
Chester
Last edited by a moderator: