Link to home
Start Free TrialLog in
Avatar of StraySod
StraySodFlag for Czechia

asked on

multiple versions of internet explorer in one application

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?
ASKER CERTIFIED SOLUTION
Avatar of alb66
alb66
Flag of Italy image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of StraySod

ASKER

Thank you for your reply alb66,

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
I never tried it but it should allow you to install different version of IE on the same PC:
http://tredosoft.com/Multiple_IE
Thanks