display an image from url in label?
display an image from url in label?
am 15.11.2007 22:58:59 von soni2926
hi,
is there anyway to use a Label control and have it display an image
from the web, I have a url of an image i'm getting back from a
webservice and would like to display it on a winform, using a label,
but i can't see to get it to display.
RE: display an image from url in label?
am 16.11.2007 12:16:00 von Pete
no
"soni2926@yahoo.com" wrote:
> hi,
> is there anyway to use a Label control and have it display an image
> from the web, I have a url of an image i'm getting back from a
> webservice and would like to display it on a winform, using a label,
> but i can't see to get it to display.
>
Re: display an image from url in label?
am 17.11.2007 16:55:51 von Duy Lam
Pete wrote:
> no
Yes :)
You just assign text to label in html format.
Ex: lbl.Text = "";
But why don't you use Image control ?
--
Duy Lam Phuong
Re: display an image from url in label?
am 19.11.2007 13:10:00 von Pete
on a winform?
"Duy Lam" wrote:
> Pete wrote:
> > no
>
>
> Yes :)
>
> You just assign text to label in html format.
> Ex: lbl.Text = "";
>
> But why don't you use Image control ?
>
>
> --
> Duy Lam Phuong
>
Re: display an image from url in label?
am 20.11.2007 16:33:19 von Duy Lam
Pete wrote:
> on a winform?
Oh , sorry. I don't noticed that :)
--
Duy Lam Phuong