RichTextBox/HTML

  • Thread starter Thread starter Binh Ly
  • Start date Start date
B

Binh Ly

Hello, can somebody please recommend a decent and free RichTextBox WinForm
control that allows HTML access to its contents?

I'm looking for something similar to the WinForm RichTextBox control that
exposes, for example, an Html property that allows to get/set the underlying
raw HTML text stream. I'm not really interested in any kind of RTF->HTML
conversion code, just a control that allows direct access to the raw HTML
text.

Thanks.
 
* "Binh Ly said:
Hello, can somebody please recommend a decent and free RichTextBox WinForm
control that allows HTML access to its contents?

Use the DHTML Edit control instead:

Right-click the toolbox -> "Add/Remove Elements..." ->
"COM Controls" -> "DHTML Edit Control for IE5".
 
Thanks, using your tip, I also found out about MSHTML editing and IE
WebBrowser customizations. I will be using the IE WebBrowser for my HTML
editing purposes.
 
Back
Top