Changing colors in code

  • Thread starter Thread starter Tony
  • Start date Start date
T

Tony

vs 2002 -- win xp -- web forms

I have the bgcolor of a form se to #00cc33

in my code i have
Dim WhatBackColor As System.Drawing.Color = System.Drawing.Color.DarkGreen
I cannot find an exact match to #00cc33

How can i use the hex number in my Dim statement?
Thank you
 
Back
Top