13

I am looking for a free WYSIWYG editor control to be used in a Winform application. The applications primary language is VB but using C# is also an option. To clarify I need a rich text editor control that has a formatting bar. I have looked all over the web and the only options I can find are expensive control packages that have more than I need. I am not adverse to creating my own version of this control, it would just be nice to find a free and open alternative.

codeConcussion
  • 12,739
  • 8
  • 49
  • 62
John Chuckran
  • 2,339
  • 3
  • 18
  • 18

2 Answers2

5

In this scenario, starting with CodeProject articles seems the easiest:

torial
  • 13,085
  • 9
  • 62
  • 89
2

Actually it's very easy to write your own based on the RichTextBox control.

I would go that way for sure. Your biggest problem will be the icons for the edit bar.

Check this one for starter.

Biri
  • 7,101
  • 7
  • 38
  • 52