Jump to content

Is Autoit compatible with WEB solutions?


svetlana
 Share

Recommended Posts

Is Autoit compatible with WEB solutions?

I am using Visual Studio 2005. I built ASP page and trying to use AutoItX3.dll for opening a different page in the new web browser. But I do not see any results. I used the same piece of code in the desktop solution and it works just fine.

Dim objAutoIt As AutoItX3 = Nothing

objAutoIt = New AutoItX3

objAutoIt.Run("C:\Program Files\Internet Explorer\IEXPLORE.EXE -new login.aspx", "")

objAutoIt.Sleep(3000)

What am I missing?

Link to comment
Share on other sites

The functions you should use are in the latest beta edition of AutoIt, in the file located here:

"C:\Program Files\AutoIt3\Beta\Include\IE.au3"

And you should be able to find many examples of their use right here on the AutoIt forums, svet.

Das Häschen benutzt Radar

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...