Hello Guys..
I would like to create a small windows based program that grabs images/info from a website..
i have some things sorted but i dont know how to grab the graphics side ?
how can i load an image into a picturebox from a web address ?
i have tried :
picturebox1.image.fromfile("www.domainname.com/images/gfx.gif")
but i get an error , i know that i can use this to display an image from my pc but how do i do this from web?
Regards
Carl
I would like to create a small windows based program that grabs images/info from a website..
i have some things sorted but i dont know how to grab the graphics side ?
how can i load an image into a picturebox from a web address ?
i have tried :
picturebox1.image.fromfile("www.domainname.com/images/gfx.gif")
but i get an error , i know that i can use this to display an image from my pc but how do i do this from web?
Regards
Carl