Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
LoadCursor Help
Message
De
11/06/2003 10:14:50
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Titre:
LoadCursor Help
Divers
Thread ID:
00798912
Message ID:
00798912
Vues:
93
Goal is to change the text edit cursor shape. The function below returns a value, but what do I do now to activate this cursor using the value returned by the below function in VFP?
#DEFINE IDI_APPLICATION = 32512
#DEFINE IDI_HAND = 32513
#DEFINE IDI_QUESTION = 32514
#DEFINE IDI_EXCLAMATION = 32515
#DEFINE IDI_ASTERISK = 32516

DECLARE INTEGER LoadCursor IN user32 ;
    INTEGER hinst,;
    INTEGER IPCursor
   
hcursor=LoadCursor(0,IDI_APPLICATION)
? hcursor
.·*´¨)
.·`TCH
(..·*

010000110101001101101000011000010111001001110000010011110111001001000010011101010111001101110100
"When the debate is lost, slander becomes the tool of the loser." - Socrates
Vita contingit, Vive cum eo. (Life Happens, Live With it.)
"Life is not measured by the number of breaths we take, but by the moments that take our breath away." -- author unknown
"De omnibus dubitandum"
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform