Top "Aero" questions

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

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: <…

wpf resources aero
How do you set the glass blend colour on Windows 10?

Using the undocumented SetWindowCompositionAttribute API on Windows 10, it's possible to enable glass for a window. The glass is white or …

winapi windows-10 aero dwm aero-glass
c# how to make a Windows 7 aero winform (blured glass)?

how to make somthing like this Windows Forms Glass Effect, Make ImageBox transparent I use VS 2010

c# aero aero-glass
Borderless Window Using Areo Snap, Shadow, Minimize Animation, and Shake

I am making a application with a borderless window on Windows. However, since the window is borderless, I have no …

c++ windows qt aero borderless
WPF / Windows 7: Disable Default Progress Bar Glow Animation

Quick WPF question - on Win 7 (and I assume Vista) in WPF, the default progress bar does a nice little …

wpf animation .net-3.5 progress-bar aero
Blurring the background of a semi-transparent form (like Aero glass)

I have a borderless, non-resizable WPF form (WindowStyle=None, AllowsTransparency=True, ResizeMode=NoResize) with a semi-transparent background. Here's a picture …

c# wpf winforms aero aero-glass
WPF Borderless Window issues: Aero Snap & Maximizing

I've created a borderless WPF window by setting the following window properties in XAML: ... WindowStyle="None" AllowsTransparency="True" ... This causes …

c# wpf aero wndproc
How do you disable Aero Snap in an application?

Is it possible to disable the automatic window-docking feature of Windows 7 in a WPF application?

c# wpf aero
Aero Glass Theme (Windows Forms)

A litle while ago I was on Codeproject and came across a cool little tesxteditor and the whole form was …

c# winforms windows-7 aero aero-glass
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, …

delphi aero composition dwm