I’m writing my first Windows Forms application using VS 2010 and C#. It does not use a database but I would like to save user settings like directory path and what check boxes are checked. What is the easiest way to save these preferences?
Share
I suggest you to use the builtin application
Settingsto do it. Here is an article talking about it.Sample usage: