How can I get the WebBrowser control to show modern contents?

后端 未结 4 1680
忘掉有多难
忘掉有多难 2020-11-22 01:28

I\'ve created a Winforms app that uses a WebBrowser control; I dynamically assign its Uri. It worked fine for awhile, but now I\'m getting this msg:

You seem to

4条回答
  •  深忆病人
    2020-11-22 01:53

    The C# WebBrowser class is a basically a IE wrapper and because of this it cannot be changed.

    See this link:

    The WebBrowser control is a managed wrapper around a component installed with Internet Explorer.

    For alternatives you can check out

    WebKit.NET

    GeckoFX

提交回复
热议问题