[ACCEPTED]-What is the best way to display HTML content on a Windows Form?-webbrowser-control
Accepted answer
You can do this by dragging a WebBrowser
control onto 2 your application and then adding the following 1 code:
webBrowser1.DocumentText = "<b>Hello</b> World";
You can open the document object in the 1 Web Browser control then:-
document.write("<b>Hello</b> World");
Source:
stackoverflow.com
More Related questions
Cookie Warning
We use cookies to improve the performance of the site. By staying on our site, you agree to the terms of use of cookies.