I have a legacy vb6 application which uses IE frame and displays a couple of activeX documents (vbd files); it uses shdocvw.webbrowser. I would prefer not to use the native system Internet Explorer, and just use the IE6 frame with its shdocvw.dll. So I do a full capture of the IE6 on a xp machine, the virtIE6 runs on systems with newer IE versions, but my legacy app displays an error message that shdocvw.dll or one of dependencies is not registered correctly. Is there anything I do to make the app work?
↧