c# winform text editor control

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.
 
T

Tim Anderson

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
 
D

Devhead

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top