Internet Explorer 9 RC stops my WinForms WebBrowser control to work in editing mode

后端 未结 9 1787
渐次进展
渐次进展 2020-12-09 13:45

Using the IHtmlDocument2.designMode property set to On to switch a WebBrowser control hosted on a Windows Forms form to editing mode suddenly stopp

9条回答
  •  再見小時候
    2020-12-09 14:40

    Yesterday, Internet Explorer 9 RTM finally was released.

    I did some more tiny adjustments to my control, but basically the idea with the intergrated, small web server seems to work rather well.

    So the solution is in this Code Project article:

    Zeta HTML Edit Control
    A small wrapper class around the Windows Forms 2.0 WebBrowser control

    This was the only solution that worked for me.

    I hope it is OK to answer my own question and mark my answer as "answered", too?!?

提交回复
热议问题