views:

30

answers:

1

hi,
i'm trying to find a rich text editor wich i can use in c#, but not on a server.. i want to use it locally..
the thing is, i'm making a newsletter "system" for a client and i think that besides me making the header and the footer, the easiest way for him to input the content is via RTE... i would create it on his web server, but it only supports php, and i don't know php...
so is there a RTE (preferably open source) for visual studio c# winforms?
thanks!
andrej

A: 

Here are few Rich Text controls i found

http://www.textcontrol.com/en_US/products/dotnet/overview/ http://www.devexpress.com/Products/NET/Controls/WinForms/Rich_Editor http://devexpress.com/Products/NET/Controls/WinForms/Rich_Editor/ http://visualstudiogallery.msdn.microsoft.com/en-us/8723eaa1-3e0f-4cd7-a44e-f92e168fe367

All of the above i believe will help you on the job but I am very sure they are not free.

The free ones i could come up with doesn't look very appealing.

This is actually a web browser control used in Edit Mode http://www.codeproject.com/KB/edit/editor_in_windows_forms.aspx

Another one from code project
http://www.codeproject.com/KB/cs/eRichTextBox.aspx

So unless you want to pay, i suggest you should least create something simple using PHP + a JavaScript based Rich Text Editor.

Ranhiru Cooray