Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Ok Mousemove Event could be the answer but how does it w
Message
 
To
29/09/1997 17:00:42
Frank Shaw
Runestones Development Corporation
Ipswich, Massachusetts, United States
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00052280
Message ID:
00052341
Views:
36
>>The mousemove event could be the answer I was fishing for but how does it work but I still want a understanding of how to setup a API function in foxpro the monitor of the window message like I use to do in visual basic, Can this be done or not,
>
>
>The mousemove event where would one in the form or container or control would I use the mousemove event to test to see If the button was pressed when I am sitting of the READ EVENT. How does one use the mousemove event.
>
>
>Frank H. Shaw
>fshaw@runestones.com

FROM VFP HELP:

SYS(1270)

Returns a reference for an object at the specified point.

Syntax

SYS(1270 [, nXCoord, nYCoord])

Returns

Object, Logical

Arguments

nXCoord Specifies the horizontal coordinate.

nYCoord Specifies the vertical coordinate.

Remarks

If you omit the coordinates nXCoord and nYCoord, a reference to the object that is under the current mouse position is returned. If you include the coordinates nXCoord and nYCoord, a reference to the object at that location is returned.

False (.F.) is returned if no object is under the mouse pointer or located at the coordinates specified with nXCoord and nYCoord.
****************

HTH :)
If we exchange an apple, we both get an apple.
But if we exchange an idea, we both get 2 ideas, cool...


Gérald Santerre
Independant programmer - internet or intranet stuff - always looking for contracts big or small :)
http://www.siteintranet.qc.ca
Previous
Reply
Map
View

Click here to load this message in the networking platform