Will the IE9 WebBrowser Control Support all of IE9's features, including SVG?

前端 未结 12 1538
后悔当初
后悔当初 2020-11-22 06:34

I recently upgraded to IE9-beta. Now, In my .Net (3.5) WinForm application I want to use WebBrowser control.

So my question is, whether the WebBr

12条回答
  •  悲哀的现实
    2020-11-22 06:47

    A note about 64bit Windows which seems to trip up a few folks. If your app is running under 64bit Windows, you likely have to set the DWORD under [HKLM\SOFTWARE\Wow6432Node\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_BROWSER_EMULATION] instead.

提交回复
热议问题