Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Mouse Pointer - Changing
Message
From
19/10/1998 11:20:27
 
 
To
15/10/1998 19:35:01
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00147116
Message ID:
00148126
Views:
27
To Set Cursor to the hourglass
THISFORM.MousePointer=11
THISFORM.SetAll("MousePointer",11)

After you finish processing....to reset cursor.
THISFORM.MousePointer=0
THISFORM.SetAll("MousePointer",0)

0 resets the mouse pointer to it's default behavior.


Carl
Carl
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform