3

I need a editor which have below thing for a winform app.

enter image description here

Is there any like this ?

Digambar Malla
  • 335
  • 2
  • 4
  • 20

1 Answers1

6

There are several Rich Text Editor for winforms, but effective richtext editors are not free.

Commercial: Its handy Rich Text Editor for WinForms Trial

Exactly what you want isw here in Telerik, but its Costly. Telerik RichText

Here is another Telerik Control

Free or Opensource:

Here is a codeproject link with integration details rtf editor

Here is another one from Codeproject RTE

This is a WPF tool WPF Rich Editor Library

And you can look at this Open Source .NET Rich Text Editor UserControl with GUI all implemented

Community
  • 1
  • 1
Abdur Rahim
  • 3,975
  • 14
  • 44
  • 83