The main Menu is called the MenuStrip
Menu’s that pop up within the context of some control, for instance when you right click, use the ContextMenuStrip.
Creating a MenuStrip
Drag the menu tool onto the top of the form
You can edit the menu contents using the properties > collections (recomended for complex menu’s), or just by clicking on the bar and adding entries, then double clicking them to edit their action code
