I want use buttons on my application like this (see picture). This isn\'t usual buttons, it have standard picture, caption and description.
I am experimenting and trying to figure out DWM and Windows Aero. So far, I think I pretty much have it, all except for some strange reason, when I click the thicker part of my form, my click goes rig
Using GDI+ to draw various colors: brush = new SolidBrush(color); graphics.FillRectangle(brush, x, y, width, height);
Windows 7 has in DWM function to distort a window. I am looking for information about how开发者_JAVA百科 to use these functions (undocumented) to distort any window.
I would like to apply a light greenish or reddish hue to the entire desktop or select application windows using Windows开发者_如何学Go 7 Aero.
Using some P/Invoke, one can create a command link from a button in .NET (see http://blogs.msdn.com/b/knom/archive/2007/03/12/command_5f00_link.aspx).
I am aware of the following question: I want to disable the shadow effect on a specific aero window However, I still need the DWM blur/reflections behind my Aero wind开发者_StackOverflow中文版ow, so
I am trying to figure out how to use DWM to render a copy of a Window into my own desired location. The only thing I can find to tell DWM to render somewhere is with the thumbnail APIs.
As a pet project, I\'ve been playing with the concept of integrating Aero Glass effects into my SWT application. Łukasz Milewski has an excellent blog post explaining how this can be accomplished, wh
How can I write or draw controls to the Windows 7 preview area using C#? For an example of what I am talking about, open Windows Media Player in Windows 7 and play a song. While the song is playing, m