Windows forms WYSIWYG editor?

  • Thread starter Thread starter John M Deal
  • Start date Start date
Hi all, I usually do ASP.NET but now have to build an windows forms
application. I would like to have a WYSIWYG editor but cannot seem to find
any for any windows forms.

Can anyone recommend a good one?

Thanks in advance
Mark
 
Sorry, I did not make myself clear :) I need a WYSIWYG editor for a rich
text box not as in an IDE
Thanks for your help
Regards
Mark
 
Mark

You need to check out System.Windows.Forms.RichTextBox...

If you sort your Toolbox alphabetically in VS.NET, then this will help!!

Nigel Armstrong
 
Mark said:
Hi all, I usually do ASP.NET but now have to build an windows forms
application. I would like to have a WYSIWYG editor but cannot seem to find
any for any windows forms.

Right-click the toolbox -> "Add/Remove Elements..." ->
"COM Controls" -> "DHTML Edit Control for IE5".
 
Back
Top