RichTextBox with tooltip

  • Thread starter Thread starter sb Luis
  • Start date Start date
S

sb Luis

Hi,
I want :
1- A RichTextBox with tooltip ability.
2- A RichTextBox that reads & writes HTML
thanks.
 
sb Luis,

Rich text boxes don't read and write HTML. They read/write rich text
format (RTF).

All controls have the tooltip ability, so that's not an issue (look at
the ToolTip class).

If you want a control that edits HTML, check out the following:

http://www.itwriting.com/htmleditor/index.php

It has a control which hosts MSHTML and exposes the editing services.

Hope this helps.
 
Back
Top