Click here to Skip to main content
15,890,579 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I want to have a RichTextEditor control which will have all the editing option like BOLD, ITALIC, STYLE, FONT...
I want to use it in a winform where the content of the editor will be an Outlook mail body (Outlook 2013) i.e it should support all rich text,image etc.

In VS 2012 we don't have any control of this type !!!

Any link or code will do good.
Thanks
Posted
Updated 26-Oct-15 23:07pm
v2

 
Share this answer
 
v2
Comments
Digambar Malla 28-Oct-15 1:44am    
Thanks dude, YARTE realy worked :)
Suvendu Shekhar Giri 28-Oct-15 1:49am    
Glad to know that it helped :)
Digambar Malla 13-Nov-15 6:23am    
But now I am facing some issues with YARTE, When I select some text in the editor and change font size it's not working...this issue is happening sometimes...and i marked for plain text no problem...for rich text the issue is coming :(
Your claim that the RichTextBox Control from MS in Visual Studio WinForms will not display all standard RTF objects is based on what ?

If you are looking for an RTF Control that you don't have to do any work to code-to/with, to handle the variety of objects you can insert into the RTF format, "legally," you are confused.

Why don't you search here on CodeProject; there are several examples of extending the WinForms RTF Control to handle pictures, etc.

Assuming you are willing to code, get busy and then come back here with specific questions, specific error messages, or concerns, and carefully chosen samples from your code.
 
Share this answer
 
Comments
Digambar Malla 27-Oct-15 7:50am    
Hi My question is clear. I want a richtexteditor which supports rich text and will allow END USER to edit the content inside the control. For this i checked for a control and there are many but not exact of my requirement. May be I am not getting the exact link !!!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900