HTML editor in WinForm app

  • Thread starter Thread starter Speed Nick
  • Start date Start date
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!
 
Back
Top