VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

MouseOver/Exit Class

Phobos  (6 Submissions)   Custom Controls/Forms/Menus   Visual Basic 3.0   Intermediate   Wed 3rd February 2021

This projects demonstrates how you can detect Mouse Over and Exit events on a form using a class module.

Side Effects
When used in your own projects please ensure that you exit the class before closing the form.

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

Rate MouseOver/Exit Class (3(3 Vote))

Download MouseOver/Exit Class

MouseOver/Exit Class Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters