Mdichild form goes behind panel
-
hello I want to know how I could solve this problem. child forms goes behind panel in the parent form .and I just could change background color I want to place a picture on the background how could I do this?
-
-
thank you a lot. but how about panel ? when I add a panel to the parent form,child form goes behind panel.
-
thank you a lot. but how about panel ? when I add a panel to the parent form,child form goes behind panel.
I ran into this issue myself, you have to dock your panel to get the behavior you want.
Check out the CodeProject forum Guidelines[^] The original soapbox 1.0 is back![^]
-
There is a property called
BringToFront()
. Try using this property on your child control.Me, I'm dishonest. And a dishonest man you can always trust to be dishonest.
Honestly. It's the honest ones you want to watch out for... -
I ran into this issue myself, you have to dock your panel to get the behavior you want.
Check out the CodeProject forum Guidelines[^] The original soapbox 1.0 is back![^]