Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How can I determine the x,y coordinates of an object?
Message
 
To
25/01/2009 22:37:37
Jay Johengen
Altamahaw-Ossipee, North Carolina, United States
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
01376952
Message ID:
01377021
Views:
21
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
Previous
Reply
Map
View

Click here to load this message in the networking platform