Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Determine MouseEnter and MouseLeave
Message
From
24/03/2005 15:44:42
Erick Miranda
Formata Data Business - Grupo Linx
Contagem, Brazil
 
General information
Forum:
Visual Basic
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00998920
Message ID:
00998991
Views:
35
Hi Kevin,

>Is there any way to setermine when the mouse enters
>or leaves a label control using VB6?
>
>Thanks

For mouse enters take a look at in MouseMove event.
For mouse leaves you will have that to use MouseMove event in neighbour object.
Eg:
*In label MouseMove event
varMouseLeaveFlag = True

*In form MouseMove event
varMouseLeaveFlag = False
I hope this helps you. 8-)
Erick
Força Sempre!
Strength Always!
Previous
Reply
Map
View

Click here to load this message in the networking platform