Hello,
I don't think you can have a separate set of Menu controls on a child form. I remember in VB6, whenever you had a child form with menu controls, it hid the MDI controls, so only one set of controls was visible.
What I did was create a menu item for the child form, set visible of that item to false, and set it to true when the form is loaded.
Hope this helps,
Brian
|