user115621
user115621

Reputation: 283

WYSIWYM editor for desktop (.NET/WinForms)

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.

Upvotes: 2

Views: 565

Answers (3)

ChrisW
ChrisW

Reputation: 56113

I have written an HTML edit control, which matches all the requirements that you mentioned: see http://www.modeltext.com/html/ for details.

Upvotes: 0

AaronLS
AaronLS

Reputation: 38367

Visual Studio Express includes a Graphical Windows Forms editor that I would call WYSIWYM.

Upvotes: 0

DavGarcia
DavGarcia

Reputation: 18792

Xstandard works in both the web browser and in desktop apps (as an ActiveX control). I've used it excessively in web browsers since it produces clean markup, but I haven't tried it in WinForms myself.

Upvotes: 2

Related Questions