Click here to Skip to main content
15,902,299 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have this problem but have not been processed,this is :

I want dispose statusStrip into MdiParent when close MdiChild

Please help me!
Posted

Your question isn't completely clear. Dispose into MdiParent sounds like you degraded your MdiParent as trashcan.

Do you mean that if the MdiChild closes you want to move the statusStrip from the MdiChild to the MdiParent?

That cannot be done (it can but controls are not intended for reuse). You simply create another statusStrip and add it to the ControlCollection of the MdiParent and fill it with the status information from statusStrip of the MdiChild just before closing.

Good luck!
 
Share this answer
 
Thanks I resolved this problem
 
Share this answer
 
Comments
Baji Jabbar 6-Oct-10 2:25am    
What was your problem and how you resolved?

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