changing c sharp background

  • 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 ...
:)
 
A console application ? Doesn't seems to make sense as this is a character
mode device...

Else please be more specific (you want to use a picture as a background for
a System.Windows.Forms.Form object ?)

--
Patrice

"sahel" <[email protected]> a écrit dans le message de groupe de
discussion :
(e-mail address removed)...
 
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

Console does not have background pictures.

A bit simplified then a console is 80x25 chars with
a few attributes (including foreground and background color).

If you study the docs for the Console class, then you will
see what you can do.

Arne
 
Back
Top