specify web color code in vs2003 for bg

  • Thread starter Thread starter Tom
  • Start date Start date
Hi Tom,

You can use any color you like. You will need to change the text into the individual red green and blue int values.

this.BackColor = Color.FromArgb(123, 234, 23);
 
Back
Top