UserForm Image

C

Charlotte E.

I'm trying to load a picture, located on a webserver, into a UserForm with:

Private Sub UserForm_Initialize()
Image1.Picture = LoadPicture("http://www.Wind1.dk/HTML/GFX/Pic.Kontakt.JPG")
End Sub

But for some reason this won't work???

How to load a picture from the web into a UserForm?


Thanks...

CE
 
C

Charlotte E.

Thanks Isabelle - used this a inspiration, and found a way of doing this :)


CE



Den 28.04.2012 01:00, isabelle skrev:
 
Top