rgb to colour

  • Thread starter Thread starter John
  • Start date Start date
J

John

Hi

How can I change an rgb value (192, 255, 192) to a background colour for a
control?

Thanks

Regards
 
John said:
How can I change an rgb value (192, 255, 192) to a background colour
for a control?

Do I get it right that you want to change the background colour?

YourControl.BackColor = Color.FromARGB(192, 255, 192)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top