i have image in my host :

http://www.myhost.com/image/data/092/92-1001.jpg

this url can work when i put at Image design.
but not work when called in code :

Code:
img = http://www.myhost.com/image/data/092/92-1001.jpg
    Set Image1.Picture = LoadPicture(img)
i get error
Path/File access error: 'http://www.myhost.com/image/data/092/92-1001.jpg'
how to fix this problem ?

thanks