Hi , in ASP we have so many ways to change theme . but is there any way for chanigngthe whole theme of a windows application/?
A:
By default a winform app will inherit windows theme but you can explicitly change some ui properties like color,font etc.
You can also consider moving to WPF for better and easy to implement UI.
ajay_whiz
2010-08-12 08:03:23
A:
Nope, at least not easily.
But you could give WPF a try, you will need to upgrade to C# 3.0 for that.
rdkleine
2010-08-12 08:03:28
A:
Some 3rd party component sets support theming.
Example : Developer express
Julian de Wit
2010-08-12 08:07:20