Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Color me VFP happy
Message
From
04/01/2002 14:29:24
 
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00600777
Message ID:
00600927
Views:
24
This message has been marked as the solution to the initial question of the thread.
I believe you should be able to use the following API call to get this info:
#DEFINE COLOR_HIGHLIGHT = 13
DECLARE INTEGER GetSysColor IN WIN32API INTEGER
Mycolor = GetSysColor( COLOR_HIGHLIGHT )
Bill

>I am interested in the "Native" default colors.
>
>Glenn
>>>Does anyone know a way to determine the color of TestBox.SelectedBackcolor if the current object or any object in the hierarchy does not have an instance of Textbox to interrogate? I do not want to create an instance of the textbox just to find out what the color of the SelectedBackcolor is.
>>>
>>>Thanks
>>>
>>Hi Glenn,
>>
>>What textbox property do you want to know? VFP native textbox or one of your's classes?
William A. Caton III
Software Engineer
MAXIMUS
Atlanta, Ga.
Previous
Reply
Map
View

Click here to load this message in the networking platform