I am trying to implement Google Chrome style tabs, in Windows 7, in a Delphi application. The elements of this are:
Im writing a large WPF app (large as in screen res), running with some basic controls, basic video playing, etc...
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.
I\'m doing a w开发者_如何转开发indows application using dwmapi.dll on C# and it\'s not working in windows XP because XP didn\'t support Desktop Windows Manager API (dwmapi.dll). It\'s only supported i
How do you use DwmGetColorizationColor? The documentation says it returns two values: a 32-bit 0xAARRGGBB containing the color used for glass composition
I have a windows form application, and I have extended the window\'s frame into the client area using DwmExtendFrameIntoClientArea to get the glass effect.
I have a custom tabbed style control, and internally it works by showing or hiding the relevant page when you click on a tab.
I am confused by Delphi 2009/2010 support for the Aero Theme Glass features in Windows, and by what, exactly DoubleBuffered means, and what it has to do with Aero glass.I have found that DoubleBuffere
I\'m looking to write a FOSS \"Alt+Tab\" replacement (window switcher) for Windows, since there are a few features I feel it\'s (still) lacking; but I\'m noticing two quirks I can\'t seem to fix: