Storing Program Data in the Application Settings
What do you do if your application has default settings but you want the user to be able to change them (for instance, background colors or font settings) and reload them the next time your app starts? You can store them in several places but this topic is about putting them in your application config file. When you… Read More »