Keisuke
06-06-2005, 04:02 AM
If I have a RBG value, R:214 G:186 B:156, how can I make use of this three value to display the color on a Label in VB6?
RGB Value to display a colorKeisuke 06-06-2005, 04:02 AM If I have a RBG value, R:214 G:186 B:156, how can I make use of this three value to display the color on a Label in VB6? Fat_Lip 06-06-2005, 04:20 AM label1.backcolor = rgb(214,186,156) |
EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum