Peter
Wed Apr 27 08:45:08 CDT 2005
You can use the HttpWebRequest / HttpWebResponse classes to retrieve the
file at the given url. Get the response stream and copy the data into a file
using the System.IO.BinaryWriter
Peter
--
Peter Foot
Windows Embedded MVP
http://www.inthehand.com |
http://www.peterfoot.net |
http://www.opennetcf.org
"news.austin.rr.com" <alias@alias.com> wrote in message
news:%23pdGUeySFHA.3980@TK2MSFTNGP12.phx.gbl...
> If I have an HTML image tag <img src="images/button.gif" ... > and i
> resolve
> the full path how can i download the image to save it locally? is this
> posible in the CF with C#?
>
> thank you
>
>