17 Nov 2009
Updated: 17 Nov 2009
Rating: 5.00/5
Votes: 1
Popularity: 0.00
Licence: CPOL
Views: 13,880
Bookmarked: 1
Downloaded: 0
if you think Color myColor = Color.FromArgb(0); will give you the known color black, then you are wrong. you need to get it from the colortranlator class. like this:Color c = ColorTranslator.FromWin32(0);So what am i saying ?, is Color.FromArgb(0) not the same as ColorTranslator.FromWin32(
|