Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Mouse command to move pointer
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00938434
Message ID:
00944729
Vues:
14
*Locate the present mouse position
* create an array with amouseobj
amouseobj(mouseary)
* amouseobj creates an array elem 3 row, elem 4 col in pixels
* mouseary[3] = left in pixels
* mouseary[4] = top in pixels
* assume you want to subtract 4 pixels
MOUSE AT mouseary[3]-4, mouseary[4]-4 PIXELS

( If you omit the CLICK clause form the MOUSE command you shouldn't get a click )

HTH
Ron Seidl
Independent Developer
VFP

"I'm playing in life's theater in anticipation of a great cast party!"
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform