Add a Form1_FormClosing event. Type this code:
My.Settings.DefaultName = Me.TextBox1.Text
Now press F5 to run. This time, change the text in the textbox from 3-bSoftware.com to your name. Close the form. Close the project. Close Visual Studio. If you like, you can restart your computer too.
Next time you run the "VbCity Sample Project" you will see the name you just typed in the TextBox.

You can use this same process to save any of the 'User Scope' variable changes. Try practising by saving different values for the DefaultColors, or DefaultFont. Good luck!
Thank you for reading my article, Dave.