Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP Style MouseEvents In VB
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00589015
Message ID:
00589083
Views:
27
>Can someone show me how to determine MouseEnter and MouseLeave
>events for a Line control in VB?
>
>I want to know when the user moves the mouse over the control,
>and I want to be able to code for both the mouse entering and
>leaving the control.
>
>Thanks

A Line control? This VB control has no events. What are you trying to do?

For other controls like a label control, you can simulate MouseEnter & MouseLeave events in the same way you can in VFP6, by using a combination of the control's and the form's MouseMove events.
Previous
Reply
Map
View

Click here to load this message in the networking platform