Has anyone got the spell checker feature of IE10 to work in the .NET WebBrowser control?
I've done all the obvious things - set up HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Internet Explorer\MAIN\FeatureControl\FEATURE_BROWSER_EMULATION to use IE10 mode, tried adding meta http-equiv="X-UA-Compatible" content="IE=10" to the header etc.
"$.browser.version" shows as "10.0" for both standalone and .NET embedded.
When I was using IE9, I was using the IE9 features in my WebBrowser control just fine (set via the registry entries), but I'm having issues with IE10.
My buttons also appear to be different standalone vs .NET embedded as well.