Click here to Skip to main content
15,886,199 members
Articles / Programming Languages / Visual Basic 10

Saving Settings

Rate me:
Please Sign up or sign in to vote.
0.00/5 (No votes)
21 Jun 2010CPOL 5.6K   1  
Here's an alternate: a custom class that is serializable to store all of that in instead of a single string that you'd then have to parse.Or store it all in an XML file. There are plenty of object-oriented ways to go about this that would be much more readable than just storing it all in a...

Alternatives

Members may post updates or alternatives to this current article in order to show different approaches or add new features.

Please Sign up or sign in to vote.
21 Jun 2010Anshul R 1 alternative  
Saving a form's settings

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Other NOAA
United States United States
I am a commissioned officer with the NOAA Commissioned Corps.

Currently I am a GIS Analyst with the National Marine Fisheries Service. I have a Master's in Environmental Science and code more as a means to an end.

Comments and Discussions