Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Color Picker?
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00524560
Message ID:
00524646
Views:
17
>>Good point - I just wanted to get away from the old 192,192,192!
>
>As Nigel said, it should be up to the user. I'm running Win2K with the standard colors and my forms are 212,208,200. If you leave the color settings at their defaults, the user's choices will be used.

In addition to what Criag said, I'll occasionally match a label's colors to the titlebar. There's a few ways to get the titlebar colors, but this code shows the colors at design time:
BackColor: =EVAL("RGB("+SUBSTR(RGBSCHEME(15,4),AT(",",RGBSCHEME(15,4),3)+1))
Forecolor: =EVAL(LEFT(RGBSCHEME(15,4),AT(",",RGBSCHEME(15,4),3)-1)+")")
Brien R. Givens

Brampwood Systems
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform