Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How can I detemine the Windows Color Settings
Message
 
À
21/09/1998 15:41:00
Tom Kreinbring
Thomas Kreinbring & Associates
Temple City, Californie, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Divers
Thread ID:
00139212
Message ID:
00140445
Vues:
31
You can get this information using the API call below. Reference the MSKB article How to Change the BackColor of a ToolBar When It's Docked for the complete list of System Colors.
DECLARE INTEGER GetSysColor in win32api integer  
COLOR_HIGHLIGHT = GetSysColor(13)
COLOR_HIGHLIGHTTEXT = GetSysColor(14)
>I need to determine the Windows Control Panel Settings for the Selected Item Back & Fore Colors? How do I do it?
kenweber
GCom2 Solutions
Microsoft Certified Professional

Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform