Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Restore default cursor
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Divers
Thread ID:
00043737
Message ID:
00043870
Vues:
41
>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.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform