I created an App.config file in my WPF application:
I have a Class Library WPF Project, and I Use:
'Read Settings Dim value as string = My.Settings.my_key value = "new value" 'Write Settings My.Settings.my_key = value My.Settings.Save()