How to Change the Mouse PointerLast reviewed: September 17, 1995Article ID: Q136795 |
The information in this article applies to:
SUMMARYThis article shows by example how to change the mouse pointer when the mouse is over an object on a form.
MORE INFORMATIONYou can change the mouse pointer to to a different shape such as an hourglass, cross-hair, or I-beam to indicate that something has occurred or to inform the user that an action is occurring. To change the mouse pointer in Visual FoxPro, use the MousePointer property of an object. When the mouse pointer is over a particular object, change that object's MousePointer property to change the mouse pointer into a special pointer shape.
Step-by-Step ExampleThis example changes the mouse pointer into a cross-hair when it is over a text box.
REFERENCESFor more information on the MousePointer property, please search for "MousePointer Property" in the Visual FoxPro Help file.
|
Additional reference words: 3.00 VFoxWin
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |