Hello,
How would I set up my program so that the text in two text boxes is saveable in .txt format.
Also, how to open already saved files.

So lets say in text1, I have:
"Blah"
and in text2 I have:
"Boo!".

When I save that, I want it to be saved in a .txt file like this:

[Text1]
Blah

[Text2]
Boo!

Then when I open the file, I need VB to know which is which and put them back in the right box.

Thanks,
System