I am trying to use the DwmExtendFrameIntoClientArea method on an mdiparent.
IsMdiContainer = true;
However the glass does not render correctly. Is this a limitation of an mdiparent I can get around? If the form isn’t set as an mdicontainer then the glass renders perfectly. The glass area paints white instead of with glass.
How to remove gray background on MDI parent form?