MDI Parent and child Menu Merging
I decided to try out VS2k8 by making a basic image editor in C#. I've never made an MDI app. before but I seem to be getting the jist of it. My only problem is, I want to merge the menus of the parent and child windows. I've got it to where all the menu items of the child show up in the parent menus, but I want it so that the child window only contains an image and no menu at all. How can I make it so that the child window doesn't show the menu?
Thanks,
-Garrett