views:

18

answers:

1

Hello all! I'm working on a project, that have multiple settings on a form, (selections, checkboxes, etc..) How can I save/store settings, to be able load the same settings, at the next startup?

I've heard about xml, but I didnt really found any article, descibes how to do it. THank you guys.

+1  A: 

Check out this MSDN page on Application Settings. This should get you started! Keep in mind that User scope settings can be changed at runtime and saved, while Application scope settings are read-only.

Edit:

Here is a Code Project page detailing the creation and usage of User scoped settings (with pictures).

Hope this helps!!

Pwninstein
Thanks, could you give me an example to this scope thing please? Iam not too good in english :/ Thanks for answer!
Galaris