Type a page name and press Enter. You'll jump to the page if it exists, or you can create it if it doesn't.
To create a page in a module other than dwmapi, prefix the name with the module name and a period.
Download the 'VistaBridge Sample Library' from http://code.msdn.microsoft.com/VistaBridge once downloaded, open the project and then build it (if you want to look through all the code, examine the files in the \Library or \Interop folders). You can now take the DLL from VistaBridge\bin\debug\ and add a reference to it in your project, as well you must add a using statement for each of the different VistaBridge modules. For Example:
using Microsoft.SDK.Samples.VistaBridge.Interop or .Library or .Properties or .Services - Depending on your needs.
The VistaBridge project includes API's for many other Vista Features (such as the TaskDialog, Vista OpenFile and SaveFile Dialogs, and of course the Aero Glass Effects) to try these out, run the VistaBridge Project.
Used with the DwmExtendFrameIntoClientArea@pinvokedwmapi function to extend the Aero composition further into a given window, given the distances from the sides.
5/4/2009 1:51:30 PM - 66.249.65.229
TODO - a short description
4/20/2013 4:58:39 AM - anonymous
TODO - a short description
4/20/2013 4:58:39 AM - anonymous
TODO - a short description
4/20/2013 4:58:39 AM - anonymous
TODO - Delete this page. TaskDialog is under comctl32, not dwmapi.
3/8/2023 1:32:16 PM - -50.237.166.195
TODO - a short description
4/20/2013 4:58:39 AM - anonymous
This function returns true if Aero (DWM Composition) is enabled. Generally used with the DwmExtendFrameIntoClientArea function
7/3/2014 11:30:15 AM - -217.119.210.6
Please edit this page!
Do you have...
helpful tips or sample code to share for using this API in managed code?
corrections to the existing content?
variations of the signature you want to share?
additional languages you want to include?
Select "Edit This Page" on the right hand toolbar and edit it! Or add new pages containing supporting types needed for this API (structures, delegates, and more).