What can I use as WYSIWYM editor for desktop application (preferably .NET/WinForms)? I need functions as paragraphs, headings 1, 2, 3, (un)ordered lists, strong and no other formating (restrictive). Editor wymeditor.org is bad for me purpose because I can paste anything to it from clipboard. I prefer no webbrowser/javascript editor integration. Thanks.
Asked
Active
Viewed 543 times
3 Answers
0
Visual Studio Express includes a Graphical Windows Forms editor that I would call WYSIWYM.

AaronLS
- 37,329
- 20
- 143
- 202
0
I have written an HTML edit control, which matches all the requirements that you mentioned: see http://www.modeltext.com/html/ for details.

ChrisW
- 54,973
- 13
- 116
- 224