I have a MDI child form which has got some menu options under File tag. Also I have some menu options under the same File tag in the MDI parent form. How to merge the options under the File menu so that they appear under a single File menu when the child form is maximized. I tried the steps given in the following stackoverflow questions but I did not get the desired solution.
Merge menu strip items for MDI windows
Merge menu items from MDI child into container's menu
Following the steps given in the above questions, I have two File menus appearing in the menu bar.
How to resolve this?