Download an image from a website and display it in a picturebox or imagebox?
Hi there folks. I am working on a program so my students can still access schoolwork from home. I was wondering, I have uploaded a picture (jpg) on my website. I would like the program to download the image from the website and display the image in the picturebox or an image box. I'm fine with either one. I am a little familiar with downloading using vb6, but not in this situation. Would anyone know how to do something like that? Thanks!
Re: Download an image from a website and display it in a picturebox or imagebox?
1 Attachment(s)
Re: Download an image from a website and display it in a picturebox or imagebox?
Here is a very simple project that downloads images off the Web into a Picturebox using the AsyncRead feature of a User Control. After you run the project just click on the 'Copy To Picturebox' Button.