I am looking for a way to edit a piece of HTML (such as an email text) in a Windows app (either WinForms or WPF). So this should work not unlike the little editor I have available to myself right here on the stackoverflow site (well, except more wysiwyg, I guess), except I want to do the same thing in WPF/WinForms.
Anyway: You get the idea: HTML editing in windows apps like it used to be possible with the old DHTML edit control.
Any suggestions would be highly appreciated.