pedie
Well-known Member
- Joined
- Apr 28, 2010
- Messages
- 3,875
Hi, small question.... till now whenever i want to set the back color of the control i use vbblue,vbgreen etc...
Now when i check access control background it has lots of color number and while doing some research i found that we can use something like RGB(84, 1, 6) which 'm not familiar to.
If i want to use backColor #84A1C6 how do i use it in RGB way?
Thanks in advance
Now when i check access control background it has lots of color number and while doing some research i found that we can use something like RGB(84, 1, 6) which 'm not familiar to.
If i want to use backColor #84A1C6 how do i use it in RGB way?
Thanks in advance
Code:
[/FONT]
[FONT=Courier New]Me.Label18.BackColor = RGB(84, 1, 6) '#84A1C6[/FONT]
[FONT=Courier New]