MDI trouble

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
 
H

Herfried K. Wagner [MVP]

* "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>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top