I would like to know what is the best way to save the information that a user enters in different textBox in a Windows Form application.
I have read several forums recommending to save the whole in an XML file.
What I'm looking to do is every time the application starts, it can remember what information was entered the previous time the application was executed.
What is the best way to do this?
Thank you very much in advance.