Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
RGB numbers
Message
From
10/03/2007 06:02:38
 
 
To
10/03/2007 05:28:48
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Environment versions
Visual FoxPro:
VFP 6 SP5
Miscellaneous
Thread ID:
01202501
Message ID:
01202504
Views:
17
nRed = mod( nRgb, 256 )
nGreen = mod( int( nRgb / 256 ), 256 )
nBlue = mod( int( nRgb / 65536 ), 256 )


>This must be simple ...
>But my mind is stuck.
>
>nRgb=myLabel.forecolor
>nRed=?
>nGreen=?
>nBlue=?
>
>TIA
In the End, we will remember not the words of our enemies, but the silence of our friends - Martin Luther King, Jr.
Previous
Reply
Map
View

Click here to load this message in the networking platform