Jump to content

Recommended Posts

Posted

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?

Posted

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

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
×
×
  • Create New...