J
Johnny Jörgensen
Does anybody know if it's possible to use the Webbrowser control to render a
given HTML text?
What I'm looking for is something like this:
WebBrowser1.Document.Body.OuterHTML = "<b>TEST</b>"
and then I want to see TEST in bold in the webbrowser.
Is that possible?
Cheers,
Johnny J.
given HTML text?
What I'm looking for is something like this:
WebBrowser1.Document.Body.OuterHTML = "<b>TEST</b>"
and then I want to see TEST in bold in the webbrowser.
Is that possible?
Cheers,
Johnny J.