Menustrip Control is used for designing menus in Visual Basic 2008. The menus can be designed using the following
three types they are ToolStripMenuItem, ToolStripTextBox, ToolStripComboBox .
Video:
Explanation:
In the above example ToolStripMenuItem type of the Menustrip control is used.
Menu items can be added directly to form or using the Items property.
Shortcut keys for the menu items are added using the Shotcutkeys property
Messages are displayed using the click event of the menu items