Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Detecting mouse position?
Message
De
18/09/2011 10:36:39
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 9 SP1
Divers
Thread ID:
01523849
Message ID:
01523871
Vues:
43
>Hi,
>
>How would you recommend to detect a current mouse position on the VFP application screen? What happens is a user clicks and a function from the www.news2news.com (wonderful tools) helps me to catch that the mouse was clicked. But I need to find it if it was clicked within a certain area. TIA.


In the mousemove property/method of a form add these lines of code and run the form and move your mouse.

LPARAMETERS nButton, nShift, nXCoord, nYCoord
? nXcoord
? nYCoord

So the coordinates are always available as nXCoord, nYCoord

Have a nice day :-)
I ain't skeert of nuttin eh?
Yikes! What was that?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform