Question

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.

Était-ce utile?

La solution

So I decided to just target 32bit mode until I figure out how to only target 32bit IE from within a 64bit program.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top