Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Determine Mouse Events
Message
Information générale
Forum:
Visual Basic
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00588986
Message ID:
00589086
Vues:
17
>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 code for both the mouse entering and leaving the control.
>
>Thanks

There are no events for the line control. If you are trying to react to the mouse pointer being at the edge of another control use the MouseOver event of that control and determine if the pointer is at the edges by checking the X and Y coordinates.

HTH
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform