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

Re: Unable to Merge Menus... by MP

MP
Thu Jul 31 19:11:27 CDT 2003

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

"Mike Andrews" <mikea@farpointer.net> wrote in message
news:O4OY9$6VDHA.2344@TK2MSFTNGP09.phx.gbl...
> 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
>
>



Re: Unable to Merge Menus... by Brian

Brian
Sat Aug 02 22:35:04 CDT 2003

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?

--
Brian P. Hammer
"Mike Andrews" <mikea@farpointer.net> wrote in message
news:O4OY9$6VDHA.2344@TK2MSFTNGP09.phx.gbl...
> 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
>
>