Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How can I determine the x,y coordinates of an object?
Message
 
À
25/01/2009 22:37:37
Jay Johengen
Altamahaw-Ossipee, Caroline du Nord, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
01376952
Message ID:
01377021
Vues:
17
Converts the client-area coordinates of a specified point to screen coordinates.

DECLARE INTEGER ClientToScreen IN user32;
INTEGER hWindow,;
STRING @lpPoint

* * *
Converts the screen coordinates of a specified point on the screen to client-area coordinates.

DECLARE INTEGER ScreenToClient IN user32;
INTEGER hWindow,;
STRING @lpPoint
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform