Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How can I get the system color for this object ?
Message
 
À
26/08/2004 11:49:03
Arlei Silva
Chevron Oronite Brasil Ltda.
Capuava, Brésil
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Divers
Thread ID:
00936664
Message ID:
00936699
Vues:
26
This is rather SystemParametersInfo API function.
DECLARE INTEGER SystemParametersInfo IN user32;
	INTEGER uiAction, INTEGER uiParam,;
	STRING @pvParam, INTEGER fWinIni
FoxPro code sample:

Using the SystemParametersInfo function
http://www.news2news.com/vfp/?function=441&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