Hello,
My application sends outbound emails and I need my users to be able to edit the body of the email. I'd like them to be able to format the body of the email with the same type of options as if you were in Outlook or another email tool which formats html emails. I've looked at using the rtf editor, using it to build the email, then save to an html file for use with my email code. It kind of works, but some of the formatting doesn't hold, like adding blank lines by hitting the return key in the rtf editor, don't come through when I save the rtf doc to html then send that html doc through the email client (testing with Chilkat). I'd love thoughts on this process. Is there an html editor I could use which would work better?
Thanks!
Mitch
Does the New Chrome object in PB supoprt editing?
The new built-in Web Browser Control uses CEF (Chromium Embedded Framework). Appeon is working on a re-write to use WebView2 which is Microsoft's version of Chromium they use in the Edge browser. I don't think editing is supported by Chromium.