472,122 Members | 1,566 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,122 software developers and data experts.

MainMenu, MergeOrder, and MdiList missing in Visual Studio 2005

Hi,

I'm experimenting sample code created in Visual Studio 2002 (or 2003)
in my Visual Studio 2005.

However, I can't find the following in VS 2005:

- MainMenu control in Toolbox;
- MergeOrder property for a menu;
- MdiList property for a menu.

Anyone can advise me on the equivalent control/properties for these,
so that I can finish the exercise successfully?

Thanks!
-Emily

Feb 20 '07 #1
2 4230
I didn't use VS2003, but to add a menu to a VS2005 form, use the MenuStrip
control. There's also ToolStrip and StatusStrip.

I don't know what MergeOrder and MdiList are. If you enlighten me, maybe I
can point you in the right direction.

Robin S.
---------------------------------
"Fir5tSight" <fi********@yahoo.comwrote in message
news:11**********************@a75g2000cwd.googlegr oups.com...
Hi,

I'm experimenting sample code created in Visual Studio 2002 (or 2003)
in my Visual Studio 2005.

However, I can't find the following in VS 2005:

- MainMenu control in Toolbox;
- MergeOrder property for a menu;
- MdiList property for a menu.

Anyone can advise me on the equivalent control/properties for these,
so that I can finish the exercise successfully?

Thanks!
-Emily

Feb 21 '07 #2
I think you're right. MenuStrip is equivalent to MainMenu.

MergeOrder is related to menu items. When a parent form and children
forms show at the same time, the menu items in children forms are
merged with the parent menu items and appear in the parent form.
MergeOrder determines the order in which the menu items appear when
they merger. I think MergeIndex is the equivalent property to
MergeOrder.

MdiList is a property of a menu. It determines if the menu will
contain a list of the names of the children forms. Now I still can't
find it's equivalent property in VS 2005.

Thanks!
-Emily

Feb 21 '07 #3

This discussion thread is closed

Replies have been disabled for this discussion.

Similar topics

1 post views Thread by Andrew McKendrick | last post: by
4 posts views Thread by =?Utf-8?B?ZGF2aWQ=?= | last post: by
4 posts views Thread by kurt.kurtsmith | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.