Answered by:
Does anyone know of a good RichText Editor Control?

Question
-
Does anyone know of a good rich text editor control? I am looking for something that can take either, plain text, rtf and html. I want to be able to edit the text. It would AWSOME if it can convert rtf to html and html to rtf. I have tried the C1 and that was bad. It does not read rtf and does not convert anything. And it was really slow.
Any ideas?
Tuesday, March 1, 2011 11:18 PM
Answers
-
I don't know what you mean by the "C1", but here is one in C#.
- Marked as answer by Liliane Teng Tuesday, April 5, 2011 7:18 AM
Wednesday, March 2, 2011 3:52 AM
All replies
-
Free or Licensed?
Sharepoint 2010 DevelopmentWednesday, March 2, 2011 2:46 AM -
I don't know what you mean by the "C1", but here is one in C#.
- Marked as answer by Liliane Teng Tuesday, April 5, 2011 7:18 AM
Wednesday, March 2, 2011 3:52 AM -
Does not matter. We are willing to pay. We are looking for it to do a lot, so I am assuming I will pay. For other question about C1 that is ComponentOne tools. Did not really like their editor.
Thursday, March 3, 2011 9:49 PM -
Hello apalcer,
For about converting RichText to HTML and HTML to RichText, please check below links for more information. Hope they make you get some ideas.
http://www.codeproject.com/KB/vb/RTFToHTML.aspx
(Using a VB.NET 2005 Class to Convert RichText to HTML)
http://www.codeproject.com/KB/HTML/XHTML2RTF.aspx
(XHTML2RTF: An HTML to RTF conversion tool based on XSL)
http://stackoverflow.com/questions/150208/how-do-i-convert-html-to-rtf-rich-text-in-net-without-paying-for-a-component
(How do I convert HTML to RTF (Rich Text) in .NET without paying for a component?)If you have any concerns, please unmark and follow up.
Have a nice day.
Best regards
Liliane Teng [MSFT]
MSDN Community Support | Feedback to us
Get or Request Code Sample from Microsoft
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
Tuesday, April 5, 2011 7:17 AM