0
votes
0answers
63 views
DWM Composition toggle causes client area to lose alpha
I have a simple Windows application here:
http://www.bengoodger.com/software/chrome/dwm/app.cc
My app provides a customized glass frame for when DWM compositing is active, and a …
0
votes
1answer
220 views
Vista live thumbnail issue with SetWindowRgn
I know I am probably missing something, but I can't seem to get windows to show the live thumbnail preview correctly when using a window that has a region. When hitting the minimi …
9
votes
5answers
21k views
How to fix DWMAPI.DLL delay-load dependency under WinXP?
I have built a .dll under WinXP that claims it can't find DWMAPI.DLL when it's loaded. The problem is that this DLL is a Vista DLL, and this a known issue for XP users that have IE …
0
votes
2answers
129 views
Checking if DWM/Aero is enabled, and having that code live in the same binary for 2000/XP/Vista/7
I know the title makes little sense, mostly because it's hard to explain in just one line. So here's the situation:
I have a program who's binary is targeted at Windows 2000 and n …
2
votes
1answer
474 views
Handling WM_NCPAINT “breaks” DWM glass rendering on Vista/Aero.
I am trying to make a window that alternates between having an Aero/Glass and a custom rendered frame (by handling WM_NCPAINT) based on a user setting. (Windows Vista).
DwmComposi …
4
votes
5answers
369 views
Vista application thumbnail
By design, the toolbar application thumbnail on Vista does not update when an application is minimized, since the minimized window itself is not redrawing. For a monitoring applica …
