Get an image from the web

  • Thread starter Thread starter Guest
  • Start date Start date
What exactly do you need to do?

If all you want is to link the image you can just link it from your page
with an <img> tag referencing the image Url.

If you need to capture the image you can use the WebRequest class to read
the data and then do whatever you need to with it on the 'client'
application.

+++ Rick ---

--

Rick Strahl
West Wind Technologies
http://www.west-wind.com/
http://www.west-wind.com/weblog/
 
Hi Rick,

thanks for the answer. I like to store the image on disk!
I believe the first step is therefore to store the image in a bitmap object ?

Ash
 
The image is already a file.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top