Guest sebapi Posted June 28, 2006 Report Posted June 28, 2006 Hello! I use DocumentText property to display my web content. If it contains image then webBrowser doesn't display it. How can I display images with using DocumentText property ? Thanks for help. Sebastian.
Guest Tech Posted June 28, 2006 Report Posted June 28, 2006 (edited) you should be able to display it in webBrowser - what exactly happens? Edited June 28, 2006 by Tech
Guest sebapi Posted June 28, 2006 Report Posted June 28, 2006 you should be able to display it in webBrowser - what exactly happens? In webBrowser is display empty rectangle with "x". When I use webBrowser.Navigate image is display, but when I use StreamReader to read content of html file to string and then use DocumentText the same image doesn't display on webBrowser.
Guest sebapi Posted June 29, 2006 Report Posted June 29, 2006 Thanks for help. I solved this problem. Src attribute in string has to have the full url value, for example: Sebastian
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now