Click here to Skip to main content
15,884,472 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
C#
Hi All,
Currently I have integrated Ckeditor in Html page of my windows form application.I have called the Html page using navigate method to fire webBrowser document like this:

 string Currentpath = Directory.GetCurrentDirectory();
            webBrowser1.Navigate(Path.Combine(Currentpath, "CkEditorIntegration.html"));

This will reflect browser control of my windows form.The integration works fine but i'm facing some issues like

1.None of the Keyboard strokes like CTRL+C ,CTRL+V, CTRL+X, CTRL+Y are working!
(i meant all the key strokes).

2.Delete key press does not delete the content on CkEditor.

3.On press of backspace key,The non editable content is getting removed.

Concern: I tried with a Web application.Everything works fine there without any issues.But the only issue is with the windows forms.

Any help is really appreciated !! Thanks in advance.

What I have tried:

Succesfully integrated in a c# Web Application.Everything works fine ,But facing these issues only with Windows forms.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900