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
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