Tagged Questions
3
votes
1answer
3k 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).
DwmComposition is enabled. My ...
1
vote
1answer
541 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 fully custom frame ...