The LoadPicure method accepts hard drive paths only, not URLs

At least 3 ways this can be done:

1. Add a usercontrol to your project and use its download ability via the AsyncRead method. Search forum for examples via key word: AsyncRead

2. Download the image to a file, then use LoadPicture. Example here

3. Download the file straight to the Image control without using LoadPicture. Example here