What I want to achieve is very simple: I have a Windows Forms (.NET 3.5) application that uses a path for reading information. This path can be modified by the user, by using the options form I provide.
Now, I want …
I have added App.config file in my project.
I have created two settings from Project > Properties > Settings panel -
I have noticed that when I am adding a setting, I can define scope as User or Application. …
I have a number of application settings (in user scope) for my custom grid control. Most of them are color settings. I have a form where the user can customize these colors and I want to add a button for …