html editor for vb.net 2005

5.6k views Asked by At

I am trying to let the user preview HTML email before sending it.

Does anybody have or know where I can get a simple HTML editor or control that render HTML withou using the webbrowser control?

1

There are 1 answers

1
RolandDeschain On BEST ANSWER

There are several HTML editors for .Net Windows Forms, but most of them internally use the WebBrowser control and put it in edit mode.

For example: http://www.codeproject.com/KB/edit/WFtinyMCE.aspx Or this one http://www.codeproject.com/KB/edit/editor_in_windows_forms.aspx