Possible Duplicate:
How to use httpwebrequest to pull image from website to local file
Let said, I have a picture a http://abc.com/image/abc.jpg and I would like to download it and save into the own storage in my windows 8 store application (not store into the picture library), so that my application can call and display the image and the image is not seem from picture library.
how to achieve the above task with c# ? code samples? thanks!