i am working in C#.net (windows application).
I have an MDI form. From MDI, i am opening a child. Both MDI and child have menu strips. while opening the child, its menu will appear in MDI. How can solve it ?.Please help...
i am working in C#.net (windows application).
I have an MDI form. From MDI, i am opening a child. Both MDI and child have menu strips. while opening the child, its menu will appear in MDI. How can solve it ?.Please help...
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Prasanth I DPosted Jul 19, 2008, 12:09 AM
thanks for your help. it works. I used remove property.
Satish KathiPosted Jul 18, 2008, 11:10 AM
Set the "MergeAction" property of the MenuStrip control
Here is the link for help
http://msdn.microsoft.com/en-us/library/ms404319.aspx
Hope this heps