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:
00757811
Vues:
21
Use API function declared as follows:
DECLARE INTEGER SystemParametersInfo IN user32;
	INTEGER   uiAction,;
	INTEGER   uiParam,;
	STRING  @ pvParam,;
	INTEGER   fWinIni
FoxPro code:
http://www.news2news.com/vfp/?example=283

MSDN link
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/sysinfo/base/systemparametersinfo.asp
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform