MDI trouble

  • Thread starter Thread starter frank
  • Start date Start date
F

frank

Hi,
I'm trying my first MDI winforms app in C#, and though I think I've set the
correct properties, my parent form background is transparent, effectively
showing both parent and child form controls simultaneously.
Am I missing something obvous?

-parent and child Opacity property is 100%
-parent isMdiContainer property set to true
-child isMdiContainer property set to false
-child's MdiParent property set

thanks for any suggestions
Frank
 
* "frank said:
I'm trying my first MDI winforms app in C#, and though I think I've set the
correct properties, my parent form background is transparent, effectively
showing both parent and child form controls simultaneously.
Am I missing something obvous?

-parent and child Opacity property is 100%
-parent isMdiContainer property set to true
-child isMdiContainer property set to false
-child's MdiParent property set

Do you mean that the controls of the parent form are shown in front of
the MDI child?

--
Herfried K. Wagner
MVP · VB Classic, VB.NET
<http://www.mvps.org/dotnet>

<http://www.plig.net/nnq/nquote.html>
 
Back
Top