Web Page Image Save

  • Thread starter Thread starter Miky
  • Start date Start date
M

Miky

Hi,

sorry for the silly question: Is there an easy way for
saving, into a local drive, a specific image from a web
page?

Thanks in advance,
ME-LDV
 
Miky said:
Hi,

sorry for the silly question: Is there an easy way for
saving, into a local drive, a specific image from a web
page?


Create a new System.Net.WebClient object and call it's DownloadFile method.
 
Back
Top