Jump to content

#include <IE.au3>


Recommended Posts

I am having issues with a script that I had created that is using the #include <IE.au3> options and having a bit of an issue. I have a couple sites that require the 32 bit version of IE, but the script is launching the 64 bit version. Because of this, the sites come up but have errors. Is there a way to force it to launch with the 32 bit version of IE?

Here is what I have for sample code (actual url's edited)

#include <IE.au3>
Const $navOpenInNewTab = 0x0800
 
Dim $o_IE = _IECreate('http://www.google.com')
$o_IE.Navigate2('http://www.msn.com' $navOpenInNewTab)
 
 
The rest of the code works, it is just opening the wrong version of IE.
 
Thank you for any help!
Link to comment
Share on other sites

  • Moderators

I don't believe that information is in the AutoIt help file, but it is in the SciTE help file.

SciTE help file:

Extra Utilities

AutoIt3Wrapper

Directives available

 

 

If you are content with the answer, please click "Mark Solved" on my previous post.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...