How to Determine the Coordinates of an ObjectLast reviewed: September 10, 1995Article ID: Q136328 |
The information in this article applies to:
SUMMARYThis article shows by example how to determine the coordinates of an object on a form in Visual FoxPro. This could be useful when you want to position the mouse pointer over an object programmatically, and then fire that object's Click event.
MORE INFORMATION
Step-by-Step ExampleYou can use the Top, Left, Height, and Width properties to determine the exact area occupied by an object. Then position the mouse pointer in that area, and fire the object's Click event. The following procedure gives an example.
|
Additional reference words: 3.00 VFoxWin
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |