changing theme of C# windows application
in ASP we have so many ways to change theme . bu开发者_开发技巧t is there any way for chanigngthe whole theme of a windows application/?
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.
Nope, at least not easily.
But you could give WPF a try, you will need to upgrade to C# 3.0 for that.
Some 3rd party component sets support theming.
Example : Developer express
精彩评论