Windows Develop Bookmark and Share   
 index > Windows Forms General > Menu Bar adding to VB.net
 

Menu Bar adding to VB.net

Hi,

I find myself at a loss as to what the name is of the menu bar which typically has: "file edit view, etc..."

I would like to add one of these to a vb.net project and am not sure what the name of this menu type is.

Can anyone give me a pointer?

much thankues

Mike
MigrationUser 1  Wednesday, February 16, 2005 4:12 PM
The control you need is the MainMenu. However, you have to add all the standard menu commands yourself.

In Visual Studio 2005 there will be a SmartTag to insert these automatically. Also, the MainMenu will be replaced by the MenuStrip, which supports icons etc...
MigrationUser 1  Thursday, February 17, 2005 9:17 AM
I think your reffering to the Mainmenu object in in the toolbox under Windows Forms.....right?
MigrationUser 1  Sunday, March 06, 2005 3:47 AM

You can use google to search for other answers

Custom Search

More Threads

• .NET HTML WYSIWYG Control
• TableLayoutPanel manual scrolling/custom scrollbar
• Intercepting Click Event in MSHTML
• Accessing data fields through AxWebBrowser
• How to add contextmenu in form captionbar?
• add combo box in gridview in windows application
• Transparent Usercontrols
• need a help to draw a graph..
• Centering Toolstrip Buttons
• Showing a custom modal dialog in non-UserInteractive mode