aero-glass
Desktop Icon manipulation - how to get a handle to SysListView32 when themes with picture rotation are enabled
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[详细]
2023-02-07 03:39 分类:问答DwmExtendFrameIntoClientArea without TransparencyKey?
When using DwmExtendFrameIntoClientArea function I need to choose Form.TransparencyKey, a color that a glass will be drawn on instead.[详细]
2023-02-06 07:52 分类:问答Owner Drawing TMainMenu over Aero Glass Form?
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[详细]
2023-02-06 00:11 分类:问答How can I get Aero Glass on a Windows Form without Borders?
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[详细]
2023-01-30 07:39 分类:问答Aero: How to draw solid (opaque) colors on glass?
Using GDI+ to draw various colors: brush = new SolidBrush(color); graphics.FillRectangle(brush, x, y, width, height);[详细]
2023-01-26 07:18 分类:问答Google Chrome style tabs on glass in Delphi
I am trying to implement Google Chrome style tabs, in Windows 7, in a Delphi application. The elements of this are:[详细]
2023-01-20 00:36 分类:问答Combining Aero Glass effects and SWT
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[详细]
2023-01-14 19:12 分类:问答Delphi buttons show white border on Aero glass
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[详细]
2023-01-09 09:01 分类:问答Aero Glass Buttons Like Windows Media Player?
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[详细]
2023-01-03 03:08 分类:问答How to duplicate the "background" applied to text in Aero window titlebars?
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[详细]
2023-01-02 06:17 分类:问答