Hi all,
I'm trying to include the CKEditor functionality into my WPF application, but I'm facing some problems.
First of all, I've downloaded the CKEditor for ASP.NET. AFAIK, the CKEditor DLL is not directly invocable from the XAML, so what I'm trying to do is to create a WebBrowser control that calls (somehow) the CKEditor.
The problem is that I don't know how to include the CKEditor in my WebBrowser. Any help please?
Thanks for your time.