Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
LoadCursor Help
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Titre:
Divers
Thread ID:
00798912
Message ID:
00798954
Vues:
35
Nothing seems to happen:
CLEAR
DECLARE INTEGER ShowCursor IN user32 INTEGER bShow 
bShow=.T.
msize=25
FOR i=1 TO msize 
	iResults=ShowCursor(.t.)
ENDFOR
?iResults
 
*************************

hinst=1
lpszName=""
uType=1
cxDesired=100
cyDesired=100
fuLoad=1

DECLARE INTEGER LoadImage IN user32; 
    INTEGER hinst,; 
    STRING  lpszName,; 
    INTEGER uType,; 
    INTEGER cxDesired,; 
    INTEGER cyDesired,; 
    INTEGER fuLoad 
    
 iSuccess=LoadImage(@hinst,@lpszname,@uType,@cxDesired,@cyDesired,@fuLoad)
 ?iSuccess

**********************

 llans=.t.
 @5,1 SAY "Is the Cursor larger and darker? " GET llans PICTURE "Y"
 READ
 RETURN
.·*´¨)
.·`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"
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform