c# winform text editor control

  • Thread starter Thread starter Devhead
  • Start date Start date
D

Devhead

i have an delphi application that i'm converting over into c#. one of the
controls on one of my forms is a rich text control. the text is saved as
html to an sql server db. is there a winform text edit control out there
that will let me read html. i ran across one called freetextbox but that
seems to be a web form control and i need something just like that only it
needs to be a winforms controls. thanks.
 
Devhead said:
i have an delphi application that i'm converting over into c#. one of the
controls on one of my forms is a rich text control. the text is saved as
html to an sql server db. is there a winform text edit control out there
that will let me read html. i ran across one called freetextbox but that
seems to be a web form control and i need something just like that only it
needs to be a winforms controls. thanks.

You could try HtmlEditor:

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

Tim
 
i've downloaded that but really like the look and feel of the freetextbox
component. it more closely matches what i'm currently using. anyone else
have any suggestions.
 
Back
Top