I’m trying to create an html5 editor using webkit in C# WinForms. If this is possible, can anyone suggest some resources or links? If webkit is not suitable for creating an html5 editor, is there an alternative? Thanks.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can integrate webkit into web forms with [1]. I’d use something like FCKEditor plugged into it.
However, all that is a little bloated considering the use case. I’d prefer to use something native rather than piggyback the entire of webkit on top of web forms. You could use an embedded IE instance easier with an editor in that without having to ship webkit as a dependency. There is something at [2] which is possible as native winforms but I’ve not tried it.