Aero Glass Theme (Windows Forms)

你。 提交于 2019-12-11 05:49:40

问题


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 :)


回答1:


This is for windows forms. not for WPF.

http://blogs.msdn.com/tims/archive/2006/04/18/578637.aspx




回答2:


Could this be what you're after...

Enable Vista glass effect on a borderless WPF window




回答3:


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:

Windows® Code Pack API for Windows 7 & Windows Vista 

http://code.msdn.microsoft.com/WindowsAPICodePack

Windows Training Kit 

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.



来源:https://stackoverflow.com/questions/1975625/aero-glass-theme-windows-forms

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