MergeOrder and MergeType

  • Thread starter Thread starter Andrew McKendrick
  • Start date Start date
A

Andrew McKendrick

Hi,

I have a MDI form and an MDI child form both with menus.

The menu bar on the MDI form looks something like this:

MENUA MENUB MENUC MENUD

There is a single menu on the MDI child which I would like to insert in
between MENUB and MENUC on the MDI form.

Can anyone tell me how to achieve this? I've tried looking at the help for
the MergeOrder and MergeType properties - useless. I've also tried playing
around with them - futile.

If you are wondering, as it stands right now, all menu items on both forms
have a MergeOrder of 0 and the MergeType is the default (which I think is
Add).

Thanks in advance,

Andrew
 
Hi,

I figured it out myself.

In case anyone is wondering:

I set the MergeOrder for the menus on the MDI form to 0, 1, 2, 3
respectively. And then set the MergeOrder for the menu on the MDI child to
1. And it works :-)

Andrew

--- Original Message ---
 
Back
Top