06-04-2011, 05:54 AM
(06-04-2011, 04:53 AM)Richie Wrote: That's pretty nice man, thanks. I might start learning VB.net
Quick question, can you change the colours?
Yes:
Code:
Enum ProgressState
Green = 0
Red = 4
Yellow = 8
End Enum
So use ProgressState.<green/red/yellow>
There might be more, I just went to 12 then I found it enough