Home All Groups Group Topic Archive Search About

c# winform text editor control

Author
26 Mar 2005 12:08 PM
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.

Author
26 Mar 2005 12:54 PM
Tim Anderson
"Devhead" <devhe***@bellsouth.net> wrote in message
news:u7s84yfMFHA.3616@TK2MSFTNGP09.phx.gbl...
>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
Author
26 Mar 2005 8:17 PM
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.
Show quote
"Tim Anderson" <timj***@hotmail.com> wrote in message
news:%23lhiEMgMFHA.2704@TK2MSFTNGP10.phx.gbl...
> "Devhead" <devhe***@bellsouth.net> wrote in message
> news:u7s84yfMFHA.3616@TK2MSFTNGP09.phx.gbl...
>>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
>

AddThis Social Bookmark Button