The Mike Nash Roundtable

posted on October 29, 2008 by Bryant Zadegan

nash For those wondering, Mike Nash is (according to his business card) the “Corporate Vice President” for “Windows Product Management.”

Mike held a small roundtable for a number of pressies. He gave a quick rundown of things you all basically already know, so I took the time to ask a few questions which kept you guys in mind. The questions I asked:

  • What’s the difference between “API Complete” (build 6801) is and “Feature Complete” (Beta 1)?
  • Why were lots of code samples and features being shown off for the Superbar at PDC when developers can’t develop for it? (Rafael’s extension of my API v. Feature Complete question)
  • Why were the sensor demonstrations missing from the Windows 7 keynote today?

The answers to these questions can be found in the true-to-life* transcript after the break.

Read More »

Tweak DWM from your programs, Part 2

posted on August 27, 2008 by Stan

Following the first part of the Tweak DWM from your programs series, we are going to explore the actual usage of the Desktop Window Manager API in a Windows Forms-based program. The test application–included in the source package–also makes use of glassbarGlassBar, an extension to the existing control set.
Read More »

Tags: , , , ,

Tweak DWM from your programs, Part 1

posted on July 21, 2008 by Stan

With Windows Vista, Microsoft introduced a whole new window manager which provides a better experience to the user and an independent graphics surface to us developers by taking advantage of graphics acceleration hardware (your graphics card or integrated GPU).

In a three-part blog post, I will show you how to use a wrapper around the Desktop Window Manager Application Programming Interface in order to control its state, change colorization, or change the rendering policy of windows from your Windows Forms and .NET 3 Presentation Foundation programs.

Read More »

Tags: , , , ,