I have some text boxes in my program that I would like them to save/remember the value of what was entered into them.
So what I need is an auto save type thing where when the form is closed, like OnClose, it will save the data to a directory.
If that is very complicated to do, I would at least like to be able to save the data on my Notepad form in the textbox. It would be fine if it were saved as a .txt file.
So what I need is an auto save type thing where when the form is closed, like OnClose, it will save the data to a directory.
If that is very complicated to do, I would at least like to be able to save the data on my Notepad form in the textbox. It would be fine if it were saved as a .txt file.