Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to change a desktop?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00757797
Message ID:
00758181
Vues:
26
Make changes in your code:
...
DECLARE INTEGER GetLastError IN kernel32
nResult = SystemParametersInfo (SPI_SETDESKWALLPAPER,;
0, @lcWallpaper, 0)

IF nResult = 0
	? 'Error:', GetLastError()
ENDIF
...
and check if there is an error code returned.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform