Click here to Skip to main content
15,892,005 members
Please Sign up or sign in to vote.
2.50/5 (2 votes)
See more:
Hi Friends!!!

when i load my child form, it come back of all parent's controls (such as splitContainer, buttons,...).
pls let me know which setups should i do to solve it?!

*** i found one page that describe its setups, but i don't understand its 2nd step! http://msdn.microsoft.com/en-us/library/7aw8zc76%28v=vs.80%29.aspx#Y323[^]

Wait for ur helps! :)
Posted
Comments
iran_girl 3-Jun-11 6:49am    
unfortunately didn't help me. I don't think menuStrip have any relate with my problem.

maybe you think i'm joking!!! but my solution is real! i spend near one day to find what should i do to don't appear the parent's controls front of my child forms; finally i try to compare its wizard MDIParent window with my own parent form. there is no different between them. if you add a control on wizard parent form, the child form will show back of the parent form's control!!! (this problem was at BASE OR maybe I didn't find what's the real answer! :) )

SUGGESTION:

if you want your parent form has controls, you can add an other child form (as main page) then put your controls on it; at load event of parent form show the child form(that you created it as a main page!) :)

BE SUCCESSFUL!! ;)
 
Share this answer
 
You just need to select the menu bar on the parent form, and find the property called MDIWindowListItem. You will see a list of all the buttons you created, select the one which you want to show the list of mdi windows and it's done. It will automatically manage the list of MDI windows created.

Hope it helps
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900