Click here to Skip to main content
15,887,175 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
Hi!

In C#.Net Windows application, I want to give a provision to the user to change the background of the Main form at runtime...

And of course it should also save the new background given by the user and upload it back when he opens the application next time.

My main form is an MDI parent.

Could you suggest me any technique for this?

Please :) Thanks :)
Posted
Updated 10-Feb-10 21:20pm
v2

 
Share this answer
 
You are talking here about saving the user preferences, the color of the background is a preference, you need to store those information some where like an XML file for example or in the database.
 
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