问题
in ASP we have so many ways to change theme . but is there any way for chanigngthe whole theme of a windows application/?
回答1:
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.
回答2:
Nope, at least not easily.
But you could give WPF a try, you will need to upgrade to C# 3.0 for that.
回答3:
Some 3rd party component sets support theming.
Example : Developer express
来源:https://stackoverflow.com/questions/3465640/changing-theme-of-c-sharp-windows-application