Unable to Merge Menus...

  • Thread starter Thread starter Mike Andrews
  • Start date Start date
M

Mike Andrews

Guys,

I've created a simple MDI form with a Top-Level menu and another Form with a
Top-Level Menu. I was under the impression that their menu items were
supposed to merge when I loaded the sub-form as a child of the MDI form.
However, nothing happens. No merging takes place. I can't seem to figure
out what's going on here.

I'm using VB.NET 2003. Any help would be appreciated.

Thanks,
Mike
 
if you select your top menu at your MIDI form look for the property
MergeType and select from de combo: Add

i hope this help
 
I am able to use it no problem. I am able to select the main menu component
and all the menu items and decide if they are to be replaced, added or
removed. I took a bit to figure out the logic. The merge order is
important in deciding where the menu item is placed when merged.

How are you setting the properties in the properties panel?
 
Back
Top