graphics in c# console application

  • Thread starter Thread starter sahel
  • Start date Start date
S

sahel

hi;
i want to set a picture to the console application if u know how plz
answer me
i know how to chang the background color but i dont know how to set a
picture to it
thanks for all answer ...
:)
 
i want to set a picture to the console application if u know how plz
answer me
i know how to chang the background color but i dont know how to set a
picture to it
thanks for all answer ...

You can't. You can make a window 'look' like a console app, and then setup
a background in it. But you'd be faking it. You should be able to make a
WPF application, make a textbox/textarea the entire size of the grid
etc/etc.

Doesn't seem worth the bother! :o)
 
You can't.  You can make a window 'look' like a console app, and then setup
a background in it.  But you'd be faking it.  You should be able to make a
WPF application, make a textbox/textarea the entire size of the grid
etc/etc.

Doesn't seem worth the bother! :o)

thanks
 
Back
Top