SteveG asked 2017-04-25 07:59:00 UTC
Hi
I am trying to display some HTML in a WebBrowser control, however, I cannot seem to figure out how to achieve this.
Basically I am after something like this
webBrowser1.html = "<title>Test Title</title>
Hello, World!
You can modify the text in the box to e ft any way you like.
"
Clearly the "html" bit is wrong in the above code. Anyone any idea's how I can make this happen, I would have thought this would be very simple.
Thanks
Steve.
SteveG asked 2017-04-25 07:59:00 UTC
Hi
I am trying to display some HTML in a WebBrowser control, however, I cannot seem to figure out how to achieve this.
Basically I am after something like this
webBrowser1.html = "<title>Test Title</title>
Hello, World!
You can modify the text in the box to e ft any way you like.
"Clearly the "html" bit is wrong in the above code. Anyone any idea's how I can make this happen, I would have thought this would be very simple.
Thanks
Steve.