Hi there,
I just try to fix a problem with a older application. It is a 32bit desktop application that uses the webbrowser control. It runs on a 64bit Windows 10. In Windows 8.1 it is possible to change the registry key "FEATURE_BROWSER_EMULATION" to use different versions of the Internet Explorer (from 7 to 11).
It is described here: https://msdn.microsoft.com/en-us/library/ee330730%28v=vs.85%29.aspx#browser_emulation
In Windows 10 this leads to a failure. As soon as a registry key is set (no matter what version), the webbrowser control will not render anything (just a white area). If the registry key is deleted, websites are rendered in IE7 mode.
The problem is also described here: https://kevinragsdale.net/windows-10-and-the-web-browser-control/
So, does anybody know how to fix this issue? Is there a way to get the webbrowser control into edge mode? I need to get this fixed backwards compatible so older applications will still run.
regards!