Windows mobile 5.0
-
Hi, I am developing windows mobile 5.0 application using VS2005 C#.NET...In treeview how to change the back colour in programmatically...In properties do not have the option...If anybody knows please help me.. Thanks&Regards Sarala
-
Hi, I am developing windows mobile 5.0 application using VS2005 C#.NET...In treeview how to change the back colour in programmatically...In properties do not have the option...If anybody knows please help me.. Thanks&Regards Sarala
If you are using .NET CF 2, then you *should* be able to just set the 'BackColor' property. If I'm reading the documentation right, that is. I haven't actually done it. http://msdn2.microsoft.com/en-us/library/system.windows.forms.control.backcolor.aspx[^] http://msdn2.microsoft.com/en-us/library/system.windows.forms.treeview.backcolor.aspx[^] -Matt
------------------------------------------ The 3 great virtues of a programmer: Laziness, Impatience, and Hubris. --Larry Wall