MenuStrip Control in VB.NET

MenuStrip Control in VB.NET?

Explanation

Menustrip Control

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

Visual Basic Tutorial


Ask Questions

Ask Question