What is replacement for Colorconstants in VB.Net , how do i replace the code....
Printable View
What is replacement for Colorconstants in VB.Net , how do i replace the code....
Ex:
System.Drawing.Color.Blue
...that is usually imported so ...
Color.Blue
...will work I guess.