solved  How to get class System::Drawing::Color to consol app

zsukal (19)   Link to this post
I have i question.
How i can import library to consol app, to use System::Drawing::Color.
Thanks.
Last edited on
zsukal (19)   Link to this post
Answer for my question is:

1
2
#using <mscorlib.dll>
#using <System.Drawing.dll> 
Last edited on

This topic is archived - New replies not allowed.