Creating Context Menus in Visual Basic

From Techotopia
Revision as of 18:27, 24 July 2007 by Neil (Talk | contribs) (New page: 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. Theya re called ontext menus because the me...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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. Theya re called ontext 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.

This chapter will provide an overview of the steps necessary to create and programme Context menus in Visual Basic. For information on creating Top-level menus see the Creating Top-Level Menus in Visual Basic chapter of this book.