Groups | Blog | Home
all groups > c# > february 2006 >

c# : Displaying an Image from a website


Yury
2/25/2006 2:21:44 PM
Use smth like this:
pictureBox1.Load("http://groups.google.com/groups/img/groups_medium.gif");
Rudiga
2/25/2006 10:10:03 PM
Hi,

I am trying to write a program that will simply display an image specified
by a url. My problem is that I do not know how to make this happen. Is it as
simple as giving a picture box a path, or do i have to do something more. If
so could someone please point me in the right direction.

Thankyou
Rudiga

AddThis Social Bookmark Button