Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VFP Style MouseEvents In VB
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00589015
Message ID:
00589083
Vues:
28
>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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform