HTML editor in WinForm app

S

Speed Nick

Hi all,
I'm working on an application where the user should create an e-mail template in HTML format.

There's a window with two main areas:
1. in the centre there's an HTML editor (like CKEditor or CLEditor, I've tried both) inside the webbrowser control
2. in the right there's a list with bookmarks (strings)

When the user double-clicks one of the bookmarks, I'd like the app to insert the bookmark in the caret position of the HTML editor. I do this by calling a javascript function from the webbrowser control by the method "WebBrowser.Document.InvokeScript".

Sadly, they (HTML editors) give me lot of problems and don't work properly as I want.

Has anyone had to solve a similar problem? Can anyone give me some advice please?

Thanks!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top