hi

I need to download images from a web page that i visit using the browser
control. How can I download images form the web page that the html
referrences? Can this be done in the CF?

thanks

Re: download images from web page using C# and CF? by Robbe

Robbe
Thu Apr 28 08:52:58 CDT 2005

Using the System.Net namespace, use the HttpWebRequest and put the
url to the image in there. The response stream will most likely need to be
the parameter to a BinaryReader which you can then spit out to a byte
array for eventually conversion to an image file.

--
2005 Microsoft MVP C#
Robbe Morris
http://www.robbemorris.com
http://www.masterado.net/home/listings.aspx



"news.austin.rr.com" <alias@alias.com> wrote in message
news:uuuLPErSFHA.3548@TK2MSFTNGP10.phx.gbl...
> hi
>
> I need to download images from a web page that i visit using the browser
> control. How can I download images form the web page that the html
> referrences? Can this be done in the CF?
>
> thanks
>
>