S
srfpala
Guest
Tried
Color^ LightRed = gcnew Color::FromArgb(255,128,0,0);
and
System:rawing::Color^ lightRed = gcnew
System:rawing::Color(System:rawing::Color::FromArgb(255, 128,0, 0));
Both of these fail.
Any ideas?
Bob
Continue reading...
Color^ LightRed = gcnew Color::FromArgb(255,128,0,0);
and
System:rawing::Color^ lightRed = gcnew
System:rawing::Color(System:rawing::Color::FromArgb(255, 128,0, 0));
Both of these fail.
Any ideas?
Bob
Continue reading...