I know, this again I have been using it for research images and whatnot, but tried to get to discourse through it and was told I needed to upgrade IE. When I launch (the real, through Windows, not through Rhino) IE both 64 and 32bit, I am running 11, but when I check via whatbrowser.org/intl/en/ in Rhino Web Browser it appears that I am using IE 7.
Any ideas where Rhino is finding this old version of IE and how I can point it correctly?
Internet Explorer (IE) 7 is the default rendering mode for embedded IE controls (for compatibility reasons). You can use the FEATURE_BROWSER_EMULATION registry key to change this if you want.
To run WebBrowser in IE11 Standards Mode, add the following new value into the registry:
[HKEY_CURRENT_USER or HKEY_LOCAL_MACHINE]
\Software
\Microsoft
\Internet Explorer
\Main
\FeatureControl
\FEATURE_BROWSER_EMULATION
Name: "rhino.exe"
Type: REG_DWORD
Value: 11000 (decimal) or 0x2af8 (hex)