HighTechTalks DotNet Forums  

display an image from url in label?

Dotnet General Discussions microsoft.public.dotnet.general


Discuss display an image from url in label? in the Dotnet General Discussions forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
soni2926@yahoo.com
 
Posts: n/a

Default display an image from url in label? - 11-15-2007 , 04:58 PM






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.

Reply With Quote
  #2  
Old   
Pete
 
Posts: n/a

Default RE: display an image from url in label? - 11-16-2007 , 06:16 AM






no

"soni2926 (AT) yahoo (DOT) com" wrote:

Quote:
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.


Reply With Quote
  #3  
Old   
Duy Lam
 
Posts: n/a

Default Re: display an image from url in label? - 11-17-2007 , 10:55 AM



Pete wrote:
Quote:
no

Yes

You just assign text to label in html format.
Ex: lbl.Text = "<img src=\"http://host/image.jpg\">";

But why don't you use Image control ?


--
Duy Lam Phuong


Reply With Quote
  #4  
Old   
Pete
 
Posts: n/a

Default Re: display an image from url in label? - 11-19-2007 , 07:10 AM



on a winform?


"Duy Lam" wrote:

Quote:
Pete wrote:
no


Yes

You just assign text to label in html format.
Ex: lbl.Text = "<img src=\"http://host/image.jpg\">";

But why don't you use Image control ?


--
Duy Lam Phuong


Reply With Quote
  #5  
Old   
Duy Lam
 
Posts: n/a

Default Re: display an image from url in label? - 11-20-2007 , 10:33 AM



Pete wrote:
Quote:
on a winform?
Oh , sorry. I don't noticed that


--
Duy Lam Phuong


Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.