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

I think this should work

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

However, the IE.au3 stuff in help can manipulate the Interenet Explorer to do many, many things

8)

It works in the dektop application but does not work withing the web application.

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