Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Color me VFP happy
Message
De
04/01/2002 14:29:24
 
 
À
04/01/2002 12:38:53
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00600777
Message ID:
00600927
Vues:
23
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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform