README.md
December 4, 2022 ยท View on GitHub
Description
This projects demonstrates how you can detect Mouse Over and Exit events on a form using a class module.
More Info
When used in your own projects please ensure that you exit the class before closing the form.
| Submitted On | 2002-02-10 20:14:58 |
| By | Phobos |
| Level | Intermediate |
| User Rating | 4.0 (12 globes from 3 users) |
| Compatibility | VB 6.0 |
| Category | Custom Controls/ Forms/ Menus |
| World | Visual Basic |
| Archive File | MouseOver_544302102002.zip |
API Declarations
Private Declare Function GetCursorPos Lib "User32" (lpPoint As POINTAPI) As Long
Private Declare Function WindowFromPoint Lib "User32" (ByVal xPoint As Long, ByVal yPoint As Long) As Long