Hey

I basically have a program where people type in their username and password, and then once button1 is pressed the program takes you to a website and logs in for you. The whole point of this is to fast the process.

What I would like to do is save the textbox1.text and textbox2.text to a text file (stored on the desktop) when the program is closed. Everytime the program is opened again, I would like it to import the information from the .txt file and put it into the textboxes.

I have tried multiple things but they all are for older versions. Could anyone help out for VS 2010?

Thanks