I\'m trying to move icons around the desktop, everything works well until a theme that has picture rotation is picked.With a basic Windows 7 theme, the SysListView32 is child of SHELLDLL_DefView which
When using DwmExtendFrameIntoClientArea function I need to choose Form.TransparencyKey, a color that a glass will be drawn on instead.
The Problem I am working with a form where the aero glass border is extended from the top around 80 pixels.TMainMenu doesnt support custom positioning out of the box and I only assume it might be poss
I\'m trying to have Aero Glass look in my forms in VB.NET 2010 app with DWM API, but as function call suggests, it extends look of Frame to the client area, and if form has no border, nothing will hap
Using GDI+ to draw various colors: brush = new SolidBrush(color); graphics.FillRectangle(brush, x, y, width, height);
I am trying to implement Google Chrome style tabs, in Windows 7, in a Delphi application. The elements of this are:
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
I have been trying to find a good-looking design using Aero in Delphi 2010. One of the obvious uses one sees, is where the glass frame is extended to include the OK/Cancel buttons at the bottom of the
I am making making a program and I want to have a Aero Glass set of controls just like Windows Media Player, I found this: L开发者_JAVA技巧ink but it just draws black. I also found a control that had
All windows in Aero have this kind of whiteish background on 开发者_如何学Gotheir text. I\'d like to create an equivalent of this effect for a GlassWindow I\'m using that has a TextBlock in the labe