How DO I save using VB.NET?

MiserableMad

Active member
Joined
Feb 2, 2007
Messages
25
Programming Experience
Beginner
What I want to do is save my current files during runtime. I am going to make a string array, I want to be able to save that array so when I log on next time it will remember it, is that possible?
 
Open up msdn2.microsoft.com and search for Serialization Class.

-tg
 
Back
Top