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

I'm new to C# and have an application with several forms. I figured out how to change the background color of the main form, but how can I get the other forms to change to the same background color?
Posted
Comments
Slacker007 6-Jan-11 6:43am    
Are you using WPF or WinForms?
dan_78 6-Jan-11 6:46am    
I think WinForms

1 solution

Use configuration and bind background color.

Here is more info on this:
http://msdn.microsoft.com/en-us/library/8eyb2ct1.aspx[^]

Regards
Espen Harlinn
 
Share this answer
 
Comments
dan_78 6-Jan-11 17:50pm    
thanks Espen! Very helpful

regards, Dan

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