Are My.Settings values saved in the program itself or do they get stored in the registry? So, for example, …
.net vb.net my.settingsHow can i reset the my.settings variables that i've changed during debugging the application?
vb.net my.settingsI'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.settingsVB2010. I understand how to save settings and load them from the My.Settings namespace. What I am trying to …
vb.net default my.settings