Changes

Jump to: navigation, search

Creating Context Menus in Visual Basic

425 bytes added, 16:48, 13 August 2007
no edit summary
<table border="0" cellspacing="0" width="100%">
<tr>
<td width="20%">[[Creating Top-Level Menus in Visual Basic|Previous]]<td align="center">[[Visual Basic Essentials|Table of Contents]]<td width="20%" align="right">[[Building a Visual Basic Toolbar|Next]]</td>
<tr>
<td width="20%">Creating Top-Level Menus in Visual Basic<td align="center"><td width="20%" align="right">Building a Visual Basic Toolbar</td>
</table>
<hr>
 
 
Visual basic ''Context menus'' are the menus that pop up when the user clicks with the right hand mouse button over a control or area in a form. They are called context menus because the menu is usually specific to the object over which the mouse was clicked. Context menus are also sometimes referred to as ''Popup menus'' or ''Shortcut menus''.

Navigation menu