Windows Aero is the graphical user interface and the default theme in most editions of Windows Vista and Windows 7
Questions tagged [aero]
292 questions
0
votes
1 answer
Aero Theme Checkbox Performance
I have a set of data that I display in a TreeView. The TreeView is styled so that it will contain a checkbox next to each item in the tree. The behavior of the checkbox is that checking a parent will check all of its children, and unchecking the…

Nathan Dace
- 1,545
- 9
- 21
0
votes
1 answer
Dialog doesnt display properly without aero
i have a application i have been making a for a while now using C++/Win32 and when i create my first dialog it shows up weird when i dont have aero enabled or i am not using windows 7/8.
here is a screenshot of what it looks like:
This is my last…

DaRk_NeSs
- 3
- 2
0
votes
2 answers
Screenshot of window
I'm trying to take screenshots of all open windows, also the minimized ones. Currently I'm using this code:
http://www.developerfusion.com/code/4630/capture-a-screen-shot/
But it doesn't work for minimized windows and the areas where there is a…

eflorico
- 3,589
- 2
- 30
- 41
0
votes
1 answer
Using aero theme in Winforms like we do in WPF
I know how to use the Aero theme in my wpf applications when running in Windows XP.Link
Is there any way to do the same in a Winforms application?
Thanks.

Jonathan
- 11,809
- 5
- 57
- 91
0
votes
1 answer
Text on a glass form not appearing right
On a WinForm with an extended borders, when i place a text on the glass area it doesn't appear right.
This is how the text looks like Status
a busy cat http://img833.imageshack.us/img833/4732/95454282.png
![form][1]
how can i fix the text to appear…

Sam Oyl
- 361
- 1
- 5
- 12
0
votes
1 answer
No thumbnails showing in Aero flip/thumbnail for full screen direct3d 9 application
I'm sure this is on the web somewhere, but I'm having trouble with the search terms (getting lots of non-relevant stuff.) Anyway, I've got a Direct3D9 application. When it runs in full screen, on Vista and Windows 7, and you hit Alt-Tab or Win-Tab,…

Chris Blackwell
- 9,189
- 1
- 25
- 27
0
votes
1 answer
Get list of installed Aero themes
I want to get a list of information (with filename and real theme name) of the installed AERO themes in a Windows 7 OS.
Also I need to change the current theme to one of the installed themes, but without using process.start(ThemeFile) because the…

ElektroStudios
- 19,105
- 33
- 200
- 417
0
votes
2 answers
Thumbnail Toolbar Button
Today I have another specific question about a new feature in windows 7 called the thumbnail toolbar or the Aero Peek Toolbar if some might like to call it that way. I have been able to create a new set of toolbar buttons for my application each…

Zaid Amir
- 4,727
- 6
- 52
- 101
0
votes
2 answers
Disabling VSync in Aero Window
I'm working on a windowed (not full-screen) OpenGL application for Windows (XP, Vista, 7, 8) where VSync and GPU frame queuing cause a very noticeable (and bad) input lag. I've used wglSwapBufferEXT to disable VSync, and a glFinish after SwapBuffers…

Andrew
- 383
- 2
- 17
0
votes
1 answer
Snap application and Word
I'm making an application that I want the user to be able to click a button, that snaps Word or another program to take up 70% of the screen, and my application to take up the remaining 30%.
Is this possible?
Is there a native way to do it?
Is there…

JosephGarrone
- 4,081
- 3
- 38
- 61
0
votes
1 answer
DwmExtendFrameIntoClientArea in C++
I have the following C++ code:
LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
{
bool fCallDWP = true;
BOOL fDwmEnabled = FALSE;
LRESULT lRet = 0;
HRESULT hr = S_OK;
MARGINS margins;
…

Victor
- 13,914
- 19
- 78
- 147
0
votes
1 answer
How do I reference the Toggle Button Circle and override vertical alignment of the Aero theme Expander?
Currently, I am referencing the Aero theme in my App.xml file.
In the main.xml file, I am using expanders to display the content in a resizable width app.
(For this example, I limited the width to 500)
The expander header content generally will be…
Giggity
0
votes
0 answers
Disabling the inner-border of an Aero Glass form
Controls on an Aero Glass enabled form paint a 2 pixel wide transparent border by default (1px dark gray/1px white on my theme). Is it possible to disable this behavior?
My approach so far: I tried expanding the frame and force it to use the…

UnclePaul
- 515
- 5
- 17
0
votes
1 answer
Deal with unloading forms on Windows 7 Aero theme
Possible Duplicate:
Disable aero fade-in effect on dialog
I am trying to take a screen shot of the application when a user presses okay on a form. When the user presses OK, the form should unload, then take a screen shot of the MDI form.
However,…

gberg927
- 1,636
- 9
- 38
- 51
0
votes
1 answer
Python/PyQT check if Aero enabled
As told here Qt: Erase background (Windows Aero Glass), I'm using WA_TranslucentBackground to have a glass background on my QMainWindow: on Windows 7 (Aero enabled) it works well, but on Linux (KDE4) I get a black background, I haven't tried on a PC…

Lord Spectre
- 761
- 1
- 6
- 21