G
Guest
Is there a control for Windows Forms that will display HTML (from either a
variable or a stored file) as it would appear in a browser window?
I'm trying to create a Windows Form that includes a Tab control with two
tabs. One tab includes a text box, and the other should include the control
I'm looking for. When the form is opened, I want to pass a string variable
containing HTML source text and fill both controls, so I can switch back and
forth quickly between source and HTML view, similar to the way FrontPage or
VS handles these pages.
Note that I do not need to edit the HTML text, nor do I need to keep the two
controls synchronized.
variable or a stored file) as it would appear in a browser window?
I'm trying to create a Windows Form that includes a Tab control with two
tabs. One tab includes a text box, and the other should include the control
I'm looking for. When the form is opened, I want to pass a string variable
containing HTML source text and fill both controls, so I can switch back and
forth quickly between source and HTML view, similar to the way FrontPage or
VS handles these pages.
Note that I do not need to edit the HTML text, nor do I need to keep the two
controls synchronized.