Search code examples
c#.netimagepictureboxloadimage

Load an image from a url into a PictureBox


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?


Solution

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