vote up 0 vote down star
2

Does anyone know of a good WYSIWYG editor for Windows forms. If I use a rich textbox, I need to handle pasting events, bold buttons, fonts etc, which is a nightmare.

I’m currently using the HTML control, suggested by many sites, but I have a large form, with many tabs. Since I have to load up to 8 HTML controls, loading the form takes too long.

Any help?

flag

1 Answer

vote up 0 vote down

There is an example of what you are looking for here. This is a wysiwyg editor for Windows Forms apps that the author wrote after being unable to find a way to handle wysiwyg in Win Forms.

Hope it helps - no sense reinventing the wheel!

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.