I found that, WebView control (For Windows 8 Metro style app) is the one that works same as the Web Browser control for Windows Form. Can I turn ‘DesignMode’ = ON of this Web View control ?
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’t use the MSHTML.dll in a Metro App and the WebView does NOT support HTML Editing.
So what is left is building it yourself or finding someone who did it for you. At the moment I am not aware of anyone having built an HTML editor for Metro apps.
A work-around might be to try and use TinyMCE in a HTML5/javascript Metro App. The author of this article has tried it but hasn’t succeeded yet.