0

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.

Dylan
  • 1,919
  • 3
  • 27
  • 51
  • I've tried absolutely everything I can think of to get this to work. Are there wndproc messages I can intercept or something I can do with the NativeWindow object? I need all the functionality of an MDI form just with an larger title bar. Help? – Dylan Jul 25 '09 at 21:28
  • See (http://stackoverflow.com/questions/1190395/how-to-remove-gray-background-on-mdi-parent-form) for more details. – Dylan Aug 30 '09 at 13:20

1 Answers1

0

How to remove gray background on MDI parent form?

Community
  • 1
  • 1
Dylan
  • 1,919
  • 3
  • 27
  • 51