![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
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. |
#3
| |||
| |||
|
|
no |

#4
| |||
| |||
|
|
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 |
#5
| |||
| |||
|
|
on a winform? |

![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |