PDA

Click to See Complete Forum and Search --> : Colorconstants


sort
Dec 6th, 2002, 04:20 AM
What is replacement for Colorconstants in VB.Net , how do i replace the code....

Athley
Dec 6th, 2002, 07:29 AM
Ex:

System.Drawing.Color.Blue

...that is usually imported so ...

Color.Blue

...will work I guess.