How to Change the Mouse Pointer in FoxPro for WindowsID: Q101585 2.50 2.50a WINDOWS kbinterop The information in this article applies to:
SUMMARYThe sample program below shows how to manually change the mouse pointer (cursor) to any of the predefined cursors available in Windows by using the Microsoft Windows application programming interface (API).
MORE INFORMATIONThe following program temporarily changes the mouse pointer to an hourglass, and then returns it to the default pointer. You can use the hourglass pointer to indicate that the program is processing information. You can change the mouse pointer to any of the predefined cursors listed in the following program.
NOTE: You can find this sample program in the FOXPROW\GOODIES\FOXTOOLS
directory under the filename HOURGLAS.PRG.
REFERENCESMicrosoft Windows Software Development Kit (SDK) "Programmer's Reference, Volume 2: Functions," version 3.1 Additional reference words: FoxWin 2.50 2.50a cursor pointer mouse KBCategory: kbinterop KBSubcategory: FxprgFoxtools
|
|
Last Reviewed: May 22, 1998 © 1999 Microsoft Corporation. All rights reserved. Terms of Use. |