Welcome to Windows Presentation Foundation (WPF)
Top Tasks :

WPF Team Bloggers

Browse by Tags

All Tags » DWM API   (RSS)

  • Back on Channel 9!

    In late December, I sat down for another interview on Channel 9 . It took a little while to "bake" over the holidays, but it finally got posted about a week ago. I know some folks are asking for the source code for the demo that was shown, you can download it from here . This sample was based on some code that was written for other demos we did internally, so if the part of code to extend glass into the window looks familiar, that is why. There's been some lively discussion on the thread, so I'll take a moment to address some of the comments. DigitalDud mentioned the need for new display drivers to do composition. I've talked about the benefits of composition in the past, but it's worth discussing the new driver model briefly. The new driver model is really a separate thing from Desktop Composition. With the new driver model, the biggest change was moving a great deal of code out of kernel mode into user mode. There were meny motivations for this - including, but no limited to One motivation Read More...
  • Instant Viewer & Intellipoint Software for Windows Vista

    The new Intellipoint Software for Windows Vista has a great feature that builds on the DWM API called "Instant Viewer". It allows you to remap the click-wheel to bring up a grid view of all your open Windows like this: Read More...
  • exposé using DWM API

    Greg Schecter has been blogging extensively about the DWM API's in Windows Vista lately. It's definitely worth a look, as he does a great job outlining the possibility of what you can do using the DWM on Windows Vista. One great example I saw recently was created by someone I only know as "Simon on .Net", who built an implementation of Apple's Exposé feature from OSX on top of the DWM in Windows Vista. Nice! Read More...

Copyright © 2006 Microsoft Corporation. All Rights Reserved. | Terms of Use | Privacy Statement | Contact Us