Is it possible to use loadpicture with an image on the web?

eg:

Code:
pic1.Picture = LoadPicture("http://www.somewebsite.com/somepicture.gif")
Simon