Search code examples
vb.netmy.settings

Resetting My.Settings variable to Default values


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


Solution

  • to restore to default values:

    My.Settings.Reset()