I maintain the code for a private company's proprietary web browser that its employees use to conduct their work. The browser uses the axWebBrowser COM object rather than the .NET WebBrowser control. I just updated to IE10 to test the browser with the new version and the axWebBrowser events stopped firing. I know I'm most likely going to have to update the browser to the .NET control, but I was wondering if anyone knows why the axWebBrowser control stopped working.
Thanks.