check this link
http://vbnet.mvps.org/index.html?code/internet/urldownloadtofilenocache.htm
see if it helps
On Tue, Feb 15, 2011 at 10:27 PM, San Pat wrote:
> I am using a web url.
>
> Is there anyway I can covert/save web url in picture format and then call
> it in the below function?
>
> Reg
I am using a web url.
Is there anyway I can covert/save web url in picture format and then call it
in the below function?
Regards,
San
On Tue, Feb 15, 2011 at 5:46 AM, ashish koul wrote:
> Sub test()
>
> UserForm1.Image1.Picture = LoadPicture("D:\koul\krishna.jpg")
> UserForm1.Show
>
>
> End S
Sub test()
UserForm1.Image1.Picture = LoadPicture("D:\koul\krishna.jpg")
UserForm1.Show
End Sub
On Tue, Feb 15, 2011 at 11:55 AM, San Pat wrote:
> How I can load a image from a url using the LoadPicture function in
> userform.
>
> Regards,
>
> --
>
> -