Um die Edge-Rendering-Engine (anstatt IE) im DotNet-Webbrowser-Control zu verwenden muss in der Registry folgender Eintrag gemacht werden:
For 64bit applications, 32bit only Windows or current user:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_BROWSER_EMULATION]
"Example.exe"=dword:00002ee1 respectively [HKEY_CURRENT_USER\...]
For 32bit applications on 64 bit machines (only machine-wide):
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_BROWSER_EMULATION]
"Ginkgo.Business2009.exe"=dword:00002af9
Posted by Stephan Blaurock to Programming KB (2018-04-17 06:13)