The MARGINS parameter to the DwmExtendFrameIntoClientArea function controls how far the frame extends into the client area
A customer wrote a program that calls to extend the frame over the entire client area, but then discovered that this made programming difficult: I have a window which I want to have a glassy border but an opaque body. I made my entire window transparent by calling , and I understand that this means that I am now responsible for managing the alpha...