Load an image from a url into a PictureBox

vishnu picture vishnu · Nov 1, 2010 · Viewed 158.8k times · Source

I want to load an image into a PictureBox. This is the image I want to load: http://www.gravatar.com/avatar/6810d91caff032b202c50701dd3af745?d=identicon&r=PG

How do I do this?

Answer

stuartd picture stuartd · Nov 1, 2010

The PictureBox.Load(string url) method "sets the ImageLocation to the specified URL and displays the image indicated."