This forum has migrated to Microsoft Q&A. Visit Microsoft Q&A to post new questions.
ToolStripManager.RevertMerge(menuStrip1); ToolStripManager.Merge(((ShowCtgries).MenuStrip), menuStrip1);
and in the other Form I got Set/Get to the MenuStrip.Now how to add to MenuStip Item on other form the ContextMenuStrip items?let say MenuStrip.item -> Submenu will be those ContextMenuStrip itemshow to do that?thanks..