I'm going to show you how you can use application settings in a Windows Form application to perpetuate settings chosen by a user.
This is very useful for many cases. For example you might want to store your connection string as a variable and easily be able to change it. Using Application Settings makes your life as a developer easier to manage.
If you find an error, please let me know - also suggestions on improvements are very welcome!