I am making a new program (obviously). And I need some help. In this program, I have up to 23 text boxes. They are meant to edit a file. Not any type of file, just a file, with no extensions. There is text inside the file though.
I have tried opening the file in notepad, so I know it works. When I open it in notepad, it displays the text, then you can save it back to that same file, without changing the file type (as you all know, like editing an ini file). I want this program to have the same functions, but for each text box.
1) I have each text box (About 20) having an "Open button" and a "Save button." The program comes with a folder called readable files. I need a code that will open the file I want it to only. Say I want Textbox1 to open "Rabbit" file. When you hit the open command button, it opens without making you have to go to the files and search.
2) For the save button, All I want is a command button that saves to the file that was opened. NOT like a save as button. Then, I want a message box saying save complete.
Thank you in advance! Any help what so ever would be greatly appreciated!