Tagged Questions

Windows Aero is the graphical user interface and the default theme in most editions of Windows Vista and Windows 7

learn more… | top users | synonyms

39
votes
2answers
998 views

Rendering controls on glass: Solution found, needs double-buffering/perfecting

I (finally!) found a way of rendering Windows.Forms controls on glass that doesn't seem to have any major drawback nor any big implementation time. It's inspired by this article from Coded, which ...
27
votes
3answers
1k views

Non client painting on aero glass window

Now Im customizing title bar of my application. My aim is to add one extra button on title bar. Im my previous question people have adviced me the way I can customize non client area. Thats works ...
26
votes
2answers
710 views

Maximize and Aero snap on DockableFloatingWindow

I have the following code to give a undocked floating AvalonDock window the ability to maximize: class MaximizableDockableContent : AvalonDock.DockableContent { public ...
23
votes
1answer
589 views

How can I force Aero to draw a borderless window as if it were active, even if it's not?

I'd like to have the same effect as the windows 7 taskbar. I've looked in this question: Keep Window Looking Active It works great but only if the window has a non-client area. My window is ...
23
votes
3answers
1k views

Windows Aero: What color to paint to make “glass” appear?

What color must i paint in the client area in order to make glass appear? i've extended the frame of my form into the client area using: DwmExtendFrameIntoClientArea(self.Handle, margins); i ...
22
votes
3answers
916 views

Vista/7: How to get glass color?

How do you use DwmGetColorizationColor? The documentation says it returns two values: a 32-bit 0xAARRGGBB containing the color used for glass composition a boolean parameter that is true "if the ...
19
votes
4answers
3k views

Delphi support for Aero Glass and the DoubleBuffered property - what is going on and how do we use them?

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 ...
18
votes
2answers
817 views

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); You'll notice that no opaque color shows properly on glass: How do i draw ...
18
votes
2answers
4k views

Qt: Erase background (Windows Aero Glass)

Update see Using Blur Behind on Windows for an example of using Qt and DWM. Original question: I want to create a Windows Aero Glass window with Qt, now it looks like this: But after calling ...
12
votes
2answers
2k views

Aero windows in WPF (C#)

I'd like to implement a Window much like how the newer versions of IE have the URL bar kind of incased in the Vista/7 aero. I've looked around and not found too much useful information, and was ...
9
votes
1answer
321 views

C#: Glass Forms?

How can I use aero glass to cover my entire forms? Here is an example of what I mean:
9
votes
4answers
2k views

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 ...
8
votes
3answers
388 views

Custom Shaped Aero Windows in C#? Like THESE!

How do I make an irregular shaped Aero window like this one? Look in the lower right corner! This program also does it. This also does it! >_< Even more...
8
votes
3answers
561 views

How to create own control in Windows 7 Aero task preview?

I've got two questions about Windows 7 task preview. In Delphi I'd like to create my own buttons inside the area highlighted in the screenshot below. 1) Is it possible to create my own controls in ...
8
votes
2answers
7k views

Override default styling in WPF TextBox, based on PresentationFramework.Aero

I want to use the Aero textbox styling, but still override some properties. I try to accomplish this by: <ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" ...
7
votes
1answer
887 views

WPF - change selection style for lists in WPF application to default Windows 7 style

I have a problem in my WPF application with selection style on list elements. Every list i WPF get dark blue background color and white text color. Why is the default Windows 7 selection style (e.g. ...
7
votes
2answers
778 views

Changing the colour of Aero glass for my window?

I'm using DwmExtendFrameIntoClientArea in my WPF application to get the glass effect. This is working fine. What I'd like to do is change the colour used for the glass -- I'm writing a countdown ...
7
votes
2answers
2k views

Windows Explorer-like search box on Aero glass frame with WPF

I'm extending the Aero glass frame into the client area and want to place a search box on the extended frame, just like it Windows Explorer does: The default WPF text box has a grey/blue border ...
6
votes
1answer
254 views

Delphi: Aero-Glass Tabs

I would want to have tabs like here (all are glass): A program is written in Delphi or C++ Builder. I can't find a class of the tabs in Winspector Spy & Window Detective. I know a very good ...
6
votes
1answer
2k views

How to use Windows 7 API like Aero Glass, Jump List, etc

How can I take advantage of the Windows 7 features like Aero Glass, Jump Lists, ect. And minor changes like the icon on the jump list, the color of the jump list. Any good articles?
6
votes
3answers
2k views

Is it possible for Java apps to use the Aero Glass effect?

Is it possible for a Swing based Java to have the Aero Glass effect as the background under Windows Vista/7?
5
votes
2answers
353 views

Windows aero peek API

I am trying to use the API for aero peek. With a lot of digging and searching I stumbled upon this piece of code: [DllImport("dwmapi.dll", EntryPoint = "#113", SetLastError = true)] internal ...
5
votes
1answer
1k views

Delphi button on Glass - Best Looking Third Party Button Component

I am looking for a Delphi button designed to use with Aero Glass running Vista and Windows 7, with the following properties: completely self-drawn TCustomControl descendant. looks good [ renders in ...
5
votes
1answer
845 views

Glowing Label Controls On A Glass Surface

Is there any way, and any tutorials, articles, samples around that allow each and every new Label Control created at runtime to have a Glow around it, just like on Vista/7? Thank you
5
votes
3answers
2k views

DwmExtendFrameIntoClientArea without Aero Glass

Using the DwmExtendFrameIntoClientArea API call with Aero Glass enabled works just fine. However, I want it to work when Aero Glass is disabled as well, like how it works in the Windows control panel: ...
5
votes
5answers
2k views

Windows 7 Aero Theme Progress Bar Bug?

I have ran into what I consider to be a progress bar bug on Windows 7. To demonstrate the bug I created a WinForm application with a button and a progress bar. In the button's 'on-click' handle I have ...
5
votes
3answers
920 views

How to get a thumbnail of a window in C#?

How do you go about getting a thumbnail of a window, like Windows 7 superbar preview, or Aero flip? Note that I do not want a screenshot of the application, there is a way in DWM to get this ...
4
votes
1answer
139 views

How do I subscribe to an OS-level event raised when DWM composition/Aero Glass is disabled?

I'm developing a C# application that supports Windows Aero in the main form. Some applications that do not support Visual Styles, for example GoToMeeting, disable visual styles and my form is wrongly ...
4
votes
1answer
308 views

WPF Aero theme standard styles

When using the Aero theme, are there resource names for styles that I can hook in to to achieve the same appearance as standard Win7 apps: In other words, are there already well-known style names ...
4
votes
3answers
245 views

Windows Vista and 7 motion effects are applied only once when my form is shown. Why?

I created an application with two forms. First one is the main form and second one is hidden. I placed a button on Form1 and I made it ShowModal the second form. On Win7 the form appears with an ...
4
votes
0answers
494 views

What is the API to “create applications like Flip3D”

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. But MSDN's ...
4
votes
3answers
1k views

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, ...
4
votes
4answers
865 views

WPF: Make window unresizeable, but keep the frame?

I have a window that does not have a title bar (WindowStyle == WindowStyle.None). The entire window uses the Aero glass effect. When I make the window unresizeable (ResizeMode == ResizeMode.NoResize), ...
4
votes
1answer
130 views

How to use DrawThemeTextEx in WPF

I'm working on an application that displays text on Aero Glass. To make it readable I used a OuterGlowBitmapEffect, but, as also described here this is no longer possible in .NET 4 and the ...
4
votes
2answers
1k views

Aero Snap not working for my application

I have a problem with Aero Snap not working with the application I'm working on (Windows desktop, native C++ application), and I'm a bit confused as to what's happening, as it seems like it should ...
4
votes
2answers
722 views

.NET Framework 4.0 and drawing on Aero Glass issue

In my application I have a form which I tweak by using the DWM API's method DwmExtendFrameIntoClientArea to extend the height of the Aero Glass Title Bar so that part of my form client area is drawn ...
4
votes
1answer
758 views

WPF: How to have custom button template that uses system's button background by default?

I am creating a style that changes a ControlTemplate of a Button (it actually adds arrow on the right, so that the button looks like dropdown button (which is missing in wpf)). Inside of template, I ...
4
votes
3answers
3k views

Delphi - Windows Aero resources

Anyone have any good resources for Delphi and Windows Aero on 7 or Vista? We're just about to add Windows 7 to our company and want to make sure that our in-house applications use fit in as well as ...
4
votes
1answer
2k views

How does Windows change Aero Glass color?

I'm using Windows 7 RTM and I wonder how the control panel is able to update the Aero Glass color so smoothly without restarting the DWM (uxsms). DwmSetColorizationColor isn't working any more...
4
votes
6answers
4k views

Delphi: Draw a text in a caption form for vista with aero like windows 7

How does one draw text (with onClick event) in a caption bar on vista with aero Like Windows 7 ? The example at delphi.about.com doesn't work on Vista with aero. Do you have any ideas? Thanks to ...
4
votes
2answers
3k views

How to correctly screencapture a specific window on Aero/DWM

Background info: I have this MFC application I coded and been using for a long time that pretty much automatically saves screenshots to the hard disk when the user hits the Print Screen/Alt+Print ...
4
votes
2answers
3k views

How do you do a gradient fade to Aero glass in a WPF application like Office 2010 does?

I am writing an application in WPF and I would like to have the top of the application fade from a color to Aero glass like the Office 2010 applications. Really it will be fading the area just below ...
4
votes
4answers
3k views

Aero Glass Borders on Popup Windows in C#

I would like to create pop-up windows like this: http://i44.tinypic.com/345bklu.jpg In my application using C#. I've looked into NativeWindow but I am not sure if this is the right way to do it. ...
4
votes
5answers
3k views

Disabling progress bar animation on Vista Aero

I'm using a Delphi 2009 VCL TProgressBar as a kind of "empty/full" gauge. On Vista, with Aero theme enabled, this has an animation associated with it, which is annoying and inappropriate for an ...
4
votes
5answers
1k views

Help getting .Net WinForms apps to support Vista Aero Glass

There are a couple of tricks for getting glass support for .Net forms. I think the original source for this method is here: http://blogs.msdn.com/tims/archive/2006/04/18/578637.aspx Basically: ...
3
votes
1answer
26 views

How to determine ACTUAL windows form size (with all nonclient elements) when running Aero?

I'm trying to position my form precisely above the taskbar. Unfortunately my efforts are hampered by the fact that this.Height on my form returns a value which is 10 pixels smaller than the actual ...
3
votes
1answer
253 views

Get the colors of TProgressBar control with Aero

How to programmatically get the bar color and the background color of TProgressBar control with Windows Aero feature enabled? I'm using a third party progress bar control, not the default one which ...
3
votes
2answers
246 views

Aero white glow in WPF?

How do I add the Aero white glow behind a control in WPF? I mean the glow like in a window's caption bar in Vista/7.
3
votes
3answers
470 views

how to detect if Aero Peek mode is on

I'm trying to find out how to detect if windows desktop Aero Peek mode is on. In particular I'm need to detect if my window content is shown or drawn as a frame with transparent background. I know I ...
3
votes
2answers
375 views

Windows Aero Forms Errors

Okay, so I have followed the docs right down to the smallest detail, and it keeps giving me the following error when I try to debug and run (F5): PInvokeStackImbalance was detected Message: A ...

1 2 3 4