Click here to Skip to main content
15,888,802 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,

Hope having a great fun!

I'm building a C# win product which should be user specific. I have a form with user controls(which depicts the main menu items as blocks) loaded in the main screen. The customer logged in can add/remove the necessary tasks to that menu. Now I have to persist the specific customer's menu settings and retrieve them back when he logs in next time.

I need to know the "data source"(XML/db) that can be used to move the settings to and from and the respective code sample.

Can you please assist me with the possible ways and the code sample to perform the above?
Posted
Updated 5-Oct-12 7:11am
v2

1 solution

This is an old article, but the mechanics of doing this haven't really changed since then so I think it will be a valuable starting point for you:
Windows Forms User Settings in C#[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900