C# .NET How can I show an image on WebBrowser control?
- by dmessf
How can I show an image on a webbrowser control in C#/.NET? I'm doing something like
webBrowser1.DocumentText = "<html><head></head><body><img src=imagelocationURL.html/></body></html>"
but the image doesn't appear. What am I doing wrong?