
Loading an image from a webserver into a PictureBox or Image
Hi All,
I am having the following problem. I would like to load in my
application an image into a (preferable) Image control or PictureBox.
Loading it from a local drive is simple with the LoadPicture() method.
But in my situation all the images will stored on a webserver and must
be accessed via http:
LoadPicture() will not allow this, it gives an error when using
Image1.Picture = LoadPicture("http://..")
Can anyone help me solve this problem?
Regards,
Mark van Setten.