Link to home
Start Free TrialLog in
Avatar of jm1576
jm1576

asked on

Backcolor using RGB(255, 150, 150) in vb.net from vb.6

I am in the process of coverting code over to vb.net from vb6. I am having trouble seting the backcolor using RGB(). this is the code in vb6

cboCAR.BackColor = RGB(255, 150, 150)

I am trying to find how this would be written in vb.net
ASKER CERTIFIED SOLUTION
Avatar of flavo
flavo
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Thanks!

Good luck with the rest of your project!

Dave