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?
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?
Copyright © 2021 Jogjafile Inc.
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