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.
Label1.BackColor = RGB(139, 119, 101)
?????????????? I just told you in this thread . 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).
Forum Rules