Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Mouse command to move pointer
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00938434
Message ID:
00944729
Views:
16
*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!"
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform