From: sahel on
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 ...
:)
From: Mike Lovell on
> 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)

--
Mike
GoTinker, C# Blog
http://www.gotinker.com

From: sahel on
On Mar 11, 4:20 pm, "Mike Lovell" <dont.re...(a)gotinker.com> wrote:
> > 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)
>
> --
> Mike
> GoTinker, C# Bloghttp://www.gotinker.com

thanks
From: sloan on
You go can poor-mans art:
http://www.c-sharpcorner.com/UploadFile/dheenu27/ImageToASCIIconverter03022007164455PM/ImageToASCIIconverter.aspx

But in the end, its not worth it.



"sahel" <nam.nam.barooon(a)gmail.com> wrote in message
news:113a131f-4580-4538-8891-e6566b7290d6(a)t41g2000yqt.googlegroups.com...
On Mar 11, 4:20 pm, "Mike Lovell" <dont.re...(a)gotinker.com> wrote:
> > 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)
>
> --
> Mike
> GoTinker, C# Bloghttp://www.gotinker.com

thanks