Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Color me VFP happy
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00600777
Message ID:
00600839
Vues:
11
>I do not want to create an instance of the textbox just to find out what the
>color of the SelectedBackcolor is.

That's the least-complicated way I can think of to do it.
loText = CREATEOBJECT("textbox")
lnSBC = loText.SelectedBackColor
RELEASE loText
The only other way I can think of would involve API calls.
My blog
My consulting page
My home page

Member of the Trim Your Auto-Quote Campaign!
What's another word for thesaurus?
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform