Aero Glass 主题(Windows 窗体)
不久前,我在 Codeproject 上遇到了一个很酷的小 tesxteditor,整个表单是由航空玻璃制成的,整个文本框也是由航空玻璃制成的。但我再也找不到了。有谁知道它去哪儿了?或者如何使我的 Windows 窗体完全由 Aero Glass 制成?
谢谢 :)
A litle while ago I was on Codeproject and came across a cool little tesxteditor and the whole form was made out of aero-glass, and the whole textbox was too. But I can't find it anymore. Does anybody know where it's gone? Or how I can make my Windows Form completely made out of Aero Glass?
Thank you :)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
这是针对 Windows 窗体的。不适用于 WPF。
http://blogs.msdn.com/tims/archive/2006/04/18/578637.aspx
This is for windows forms. not for WPF.
http://blogs.msdn.com/tims/archive/2006/04/18/578637.aspx
这可能就是您想要的吗...
启用 Vista glass无边框 WPF 窗口的效果
Could this be what you're after...
Enable Vista glass effect on a borderless WPF window
所以这次随着Windows 7的推出,微软提供了Windows 7 API Code Pack。 Windows 7 API 代码包不仅允许合并航空玻璃效果,还允许合并许多其他功能,让您更方便地使用 Windows 7。Windows
API 代码包允许开发人员开发 .NET 不可用的功能框架。因此,要开始访问:
http://code.msdn.microsoft.com/WindowsAPICodePack
http://www.microsoft.com /downloads/details.aspx?familyid=1C333F06-FADB-4D93-9C80-402621C600E7&displaylang=en
该培训套件包括演示和演示以及面向开发人员的动手实验室。我还没有开始Windows 7开发。但一旦开始,我就会在博客中发布一些 Windows 7 演示。
So this time with the launch of Windows 7, Microsoft provides the Windows 7 API Code Pack. The Windows 7 API Code Pack not only just allows incorporating the aero glass effect, but many other features which will let you to work more conveniently with Windows 7.
The Windows API code pack allows developers to develop those features which are not available with .NET Framework. So to get started visit:
http://code.msdn.microsoft.com/WindowsAPICodePack
http://www.microsoft.com/downloads/details.aspx?familyid=1C333F06-FADB-4D93-9C80-402621C600E7&displaylang=en
The training kit includes the demos and presentations, hand-on labs for developers. I haven't yet started with Windows 7 development. But as soon as I get started I will blog some demo for Windows 7.