Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Restore default cursor
Message
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00043737
Message ID:
00043870
Views:
39
>SetSystemCursor is declared like that:
>
>BOOL SetSystemCursor ( HCURSOR hcur, DWORD id)
>
>and replaces the standard cursor identified by the id with your cursor identified by hcur.
>
>That means that if you want to replace the hourglass cursor with your "wait" cursor, you should:
>
>SetSystemCursor( HandleToMyCursor, OCR_WAIT)
>
>So, you already know which is the standard cursor, because it is you the one who replaced it. In the previous example, it's OCR_WAIT.
>
Hi Vlad -- what we're looking for is a function to reset to user's settings all Win95 cursor/object relationships simultaneously, so that it's independent of any individual object or cursor. Exactly what you get when you click on the Reset button in the Control Panel Mouse Icon. You wouldn't happen to know of a programmatic way to do this? Or is this possible?
The Anonymous Bureaucrat,
and frankly, quite content not to be
a member of either major US political party.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform