by Keith Hall (2 Submissions)
Category: Custom Controls/Forms/Menus
Compatability: Visual Basic 3.0
Difficulty: Intermediate
Date Added: Wed 3rd February 2021
Rating:
(2 Votes)
The purpose of this code is to allow you to provide help for your menus. When someone moves their mouse over a menu it will raise an event telling you the caption of the menu the mouse is over. This will allow you to have a status bar that will help them understand what each menu item will do.
Code Returns
It will raise an event stating the caption of the menu the mouse is over. If its a system menu it will raise the same event but the caption will be "System Menu - " and move, restore, size etc.
API DeclarationsThere are a few API declarations
in the control, but you don't
have to do any thing extra. ;)
Upload