README.md

December 4, 2022 ยท View on GitHub

MouseOver/Exit Class

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 On2002-02-10 20:14:58
ByPhobos
LevelIntermediate
User Rating4.0 (12 globes from 3 users)
CompatibilityVB 6.0
CategoryCustom Controls/ Forms/ Menus
WorldVisual Basic
Archive FileMouseOver_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