I’d like to implement a Window much like how the newer versions of IE have the URL bar kind of incased in the Vista/7 aero. I’ve looked around and not found too much useful information, and was wondering if any of you guys knew of the best way to do it!
I’d like to implement a Window much like how the newer versions of IE
Share
Microsoft created the Windows API Code Pack in order to provide access to API features form Vista and Windows 7.
The individual features supported in this version (v1.0.1) of the library are:
(Interestingly enough DWM isn’t listed but is part of the Code Pack).
All you have to do to support Aero Glass is to have your WPF
WindowinheritMicrosoft.WindowsAPICodePack.Shell.GlassWindowclass.See the AeroGlass sample provided with the Code Pack for a more detailed usage example.