Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
RGB numbers
Message
From
10/03/2007 06:52:55
 
 
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:
01202509
Views:
22
This message has been marked as the solution to the initial question of the thread.
nRgb=myLabel.forecolor
nRed=?
nGreen=?
nBlue=?
SET LIBRARY TO FoxTools.fll ADDITIVE

lnRed = 0
lnGreen = 0
lnBlue = 0
llresult = RGBComp( myLabel.forecolor, @lnRed, @lnGreen, @lnBlue)
?lnRed
?lnGreen
?lnBlue
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform