Module: modMenus
VB6 menu routines
|
Procedure Name
|
Type
|
Description
|
|
(Declarations)
|
Declarations
|
Declarations and private variables for the modMenus module
|
|
AddBitmapToMenu
|
Procedure
|
Sets the 'checked' and 'unchecked' bitmaps to be used with a form's menus
|
|
SetEditMenuItemStates
|
Procedure
|
Tests a control (text box or rtf control) to set the Enabled property of an Edit menu's Cut, Copy, Paste, and Undo buttons appropriately.
Call this function from the OnClick event of the top-level Edit menu. Normally this top-level menu item does not have any code associated with it. By placing this code here, it is possible to set the states of the Edit sub-menu items before they become visible after clicking on the Edit menu item.
|
Overview of Total Visual SourceBook
The source code in Total Visual
SourceBook includes modules and classes for Microsoft Access, Visual
Basic 6 (VB6), and Visual Basic for Applications (VBA) developers. Easily
add this professionally written, tested, and documented royalty-free code
into your applications to simplify your application development efforts.
Additional Resources
|