views:

45

answers:

3

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
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
A: 

Some 3rd party component sets support theming.
Example : Developer express

Julian de Wit