问题
I'm using SHDocVw.InternetExplorer to open an IE window and control the session.
Mostly to automate going to a certain page, logging in, checking for certain data, etc.
It works great, except that we're supposed to be using this internet explorer add-on extension now, and when my program spawns the window most of the add-ons aren't listed under Tools->Manage Add-Ons
Is there anything I can try to load in at least this one extension?
Edit: Ok, So I think I may have narrowed down what's going on. when launched normally IE launches in 32bit mode.
When it's spawned using SHDocVw, it loads 64bit. When I go to the start menu and launch Internet Explorer (64-bit) the add on is missing also. So now I need to figure out how to force 32 bit IE when spawning from the program that's targeted to 64bit.
回答1:
So I decided to just target 32bit mode until I figure out how to only target 32bit IE from within a 64bit program.
来源:https://stackoverflow.com/questions/14223833/force-shdocvw-internetexplorer-32bit-instead-of-64bit-in-windows-7-64