Forms based HTML editor

  • Thread starter Thread starter Beringer
  • Start date Start date
B

Beringer

Is there a Windows Forms based HTML editor around? I have looked in several
sites and they offer Web based editors but I haven't found a forms based
one.

If your wondering, I was thinking an HTML forms base editor would be nice to
have in place of a RTF editor for email purposes and was just looking to see
if one existed.

Thanks in advance,
Eric
 
Eric,

If you are willing to do the work, you can host MSHTML and use the
editing services. Check out the section in MSDN titled "MSHTML Editing",
locate at (watch for line wrap):

http://msdn.microsoft.com/library/d...html/mshtml_editing_node_entry.asp?frame=true

A lot of COM interop is involved, but it should work. I seem to recall
someone doing all the work already to enable it in .NET, but I can't recall
where it is. You might want to do a search on google as well.

Hope this helps.
 
Back
Top