Click to See Complete Forum and Search --> : Picture Control...Internet Picture...


japanfred
May 27th, 2003, 06:28 PM
hEy...
i'm making a program, and i need to View a image from a website...


i tried...
PictureBox1.Image.FromFile("http://URL")


But to no avail. :(

Does anyone know a way around this?

Thanks.

Dean.

Stephanieb
May 30th, 2003, 02:41 PM
you could use the shdocvw.dll.

If you add this to your toolbox, you can add a webbrowser to your form.

To load the picture :

Me.wbBrowser.Navigate(url to image)

Hope this helped,
Stephanie :)