Top "My.settings" questions

Where are My.Settings saved in VB 2010 .NET?

Are My.Settings values saved in the program itself or do they get stored in the registry? So, for example, …

.net vb.net my.settings
Resetting My.Settings variable to Default values

How can i reset the my.settings variables that i've changed during debugging the application?

vb.net my.settings
How to save ComboBox items in My.Settings, and display/edit with textbox

I'm trying to do the following: Store items from ComboBox in My.Settings (datatype doesn't matter, but need suggestions). Retrieve …

vb.net configuration combobox my.settings
VB.NET get default value from My.Settings

VB2010. I understand how to save settings and load them from the My.Settings namespace. What I am trying to …

vb.net default my.settings