changing theme of C# windows application

天涯浪子 提交于 2019-12-12 18:12:46

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!