Hi,
what would you suggest to get more than one version of internet explorer into single application. Something like this:
http://www.my-debugbar.com/wiki/IETester/HomePage
I would like to try using mfc, which for example uses the above software. I can embed a single version of IE (the one installed) using CHTMLView mfc class or I could make a wrapper class for IWebBrowser2 interface on my own. What could be the trick of embedding more then one version?
Apparently I have to get appropriate dlls which implement the certain version, how to work with it after I would have them?
I've already read the article and tried to add WebBrowser control as an activeX component. Have you got any idea how would it be possible to create wrappers of different versions of the component? I'm a bit new to this topic and would appreciate if you could describe it more in detail. Thank you in advance