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".
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top