问题描述
我运行Windows Vista和想要得到的外观看起来像普通Vista程序。是否有关于如何建立Vista的风格的应用程序的任何真正好的教程/文章?我也想学习如何使用本地代码,并将其转换为C#中一样的的例子。
I'm running windows vista and want to get the appearance to look like regular vista programs. Are there any really good tutorials/articles on how to build Vista Style apps? I would also like to learn how to use the native code and convert it to C# like in this example.
推荐答案
如果你使用WPF,你可以使用微软的的。否则,只要看看和滚动您自己。
从该页面:
If you're using WPF you can use Microsoft's Vista Bridge library which has several useful controls. Otherwise, just look at the Windows UX Guidelines and roll your own.From that page:
一些特性包含在
Vista的桥样品库是 -
Vista的风格任务和文件对话框,
共同打开和保存对话框,
应用恢复和重新启动,
已知的文件夹,网络列表,电力
管理,用户帐户控制,
CommandLink控制,航空向导
控制,系统提供的图标等。
此外,你可以检查出的 和的 ,两个免费的开源的WinForms包我写的那一套你了一些标准控件和向导,分别为。
Additionally, you can check out Aero.Controls and Aero.Wizard, two free open source WinForms packs I wrote that set you up with some standard controls and a wizard, respectively.
这篇关于使得在C#Vista的风格的应用程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!