Avatar of StraySod
StraySod
Flag 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?
Editors IDEsSystem ProgrammingWeb Components

Avatar of undefined
Last Comment
StraySod

8/22/2022 - Mon
ASKER CERTIFIED SOLUTION
alb66

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
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
alb66

I never tried it but it should allow you to install different version of IE on the same PC:
http://tredosoft.com/Multiple_IE
StraySod

ASKER
Thanks
This is the best money I have ever spent. I cannot not tell you how many times these folks have saved my bacon. I learn so much from the contributors.
rwheeler23