Monday, November 14, 2011

How can I make a simple settings file in VB.NET (Without using My.Settings)?

Just write the file. Load it and parse it when you start the program. Allow the user to select a setup, which you load, parse and apply. Allow the user to save a setup. You can use a select-case code block to parse the text parameters.

No comments:

Post a Comment