Merging Menus?

  • Thread starter Thread starter CJ Taylor
  • Start date Start date
C

CJ Taylor

Curious, how does a menu merge work?

docs say that the CLR takes care of it all, but I have a menu Item, that is
the same name and text as another one in a child form (Using MDI).

however, when I merge them, I get two separate menu item entries. I have
the MergeType = MergeItems set on the parent form, the indices set for merge
order, but wont seem to work. Ideas?

Thanks,
CJ
 
Off the top of my head, i think it's "replace" when the items are the
same isn't it? MergeItems merge two distinct menus into one but i
think you need to set it to replace for the (child form?) item of the
same text?


hth
Richard
 
Back
Top