Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How can I detemine the Windows Color Settings
Message
 
To
21/09/1998 15:41:00
Tom Kreinbring
Thomas Kreinbring & Associates
Temple City, California, United States
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00139212
Message ID:
00140445
Views:
30
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

Previous
Reply
Map
View

Click here to load this message in the networking platform