Click here to Skip to main content
15,892,737 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.7K   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...

Views

Daily Counts

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