Is there a way to read the color of a pixel outside of a VFP app. Let's say that I am in the VFP Command window and I position the mouse at a location outside of the _SCREEN. VFP sits at x,y [200,200] and I issue this command to position the cursor.
Can anyone think of a way to read the pixel color at such a Windows screen location? I did something of the sort with an API years ago, but lost the code. The OS API returns a certain number of bytes/doublewords... whatever...
Any help would be appreciated.
Dennis
Code:
MOUSE AT _screen.top-100,_screen.left-100 pixels
Can anyone think of a way to read the pixel color at such a Windows screen location? I did something of the sort with an API years ago, but lost the code. The OS API returns a certain number of bytes/doublewords... whatever...
Any help would be appreciated.
Dennis