Top "Properties.settings" questions

c# Properties.Settings.Default Doesn't work as expected

I've been working on a program to automate my backup checks with LogMeIn backup (a windows forms based program). I …

c# settings properties.settings
how to get Properties.Settings.Default with a string?

I have a Winforms/C# application and I am migrating from xml configuration file to application settings. I would like …

c# properties.settings
Properties.Settings.Default.Save() store the user.config file in a directory with a hash

I try to save user settings. To save some data I used this code: Properties.Settings settings = Properties.Settings.Default; …

c# path settings properties.settings