I want to save the text from several textboxes to a textfile. Then once I save it I want to open it and all the text go to their appropiate textbox.
With my code when I click save it saves the file. I open the file from my computer (not my program) to see if it really saved. Only the first textbox got saved not the second one. There was just a space then the text of the first box.
I then wanted to test what would happen if it opened. So I opened it and it was the same as the text file. But the text of the first box went to the second box and it was empty in the first box.