Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Color me VFP happy
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00600777
Message ID:
00600839
Views:
12
>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?
Previous
Reply
Map
View

Click here to load this message in the networking platform