更改颜色标题栏
问题描述:
大家好,
我一直在寻找一种方法,通过该方法可以更改应用程序中标题栏的颜色.
预先感谢,
问候,
Akkywadhwa
Hey guys,
I''ve been looking for a method through which i can change the color of the title bar in my application.
Thanks in advance,
Regards,
Akkywadhwa
答
对标题栏使用其他颜色的正确方法是将蒙皮应用于整个表单. .NET有多种工具包可以满足您的需求,例如
http://www.skincrafter.com/ [ ^ ]
http://www.devexpress.com/Products/Index/themes.xml [ ^ ]
The correct approach to a different color of the title bar would be to apply a skin to the whole form. There are several toolkits for .Net that do that for you e.g.
http://www.skincrafter.com/[^]
http://www.devexpress.com/Products/Index/themes.xml[^]
有一个网址为:使用免费的USkin工具包对应用程序进行外观设计 [ ^ ]
最好的问候
Espen Harlinn
Have a llok at:Use the Free USkin Toolkit to Skin your Application[^]
Best regards
Espen Harlinn
我认为以下代码项目文章
Winforms SkinFramework [
I think the following Code Project article
Winforms SkinFramework[^]
may also be helpful.