hi ..
how do i assign custom colors other than vbYello or vbRed e.t.c ( if possible in RGB format )
Printable View
hi ..
how do i assign custom colors other than vbYello or vbRed e.t.c ( if possible in RGB format )
something like this
VB Code:
Label1.BackColor = RGB(139, 119, 101)
heres a small sample of RGB colors.
casey.
??????????????
I just told you in this thread . :confused:
You have to play with PALLETTE to find color you want and easiest way arround is to use pallet integrated withing VB IDE unless you know hex or RGB code(s).