Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Shift key status
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00108442
Message ID:
00108454
Vues:
34
Don't rely on the Click(), try using the MouseDown() or MouseUp().
The event tracking will fire in the following sequence
object.MouseDown()
object.MouseUp()
object.Click()

You can track the specific button and shift/ctrl/alt combinations there.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform