Jump to content

Dialog Box Problem


DuncanM
 Share

Recommended Posts

Right before I have AutoIT "click" on the reset button (which brings up the dialog box I wish to issue the OK to), I have the line:

AdLibEnable("_AdLibFunc")

Then, the ad lib function is:

Func _AdLibFunc()
     If WinExists("Microsoft Internet Explorer") Then
          Send("{ENTER}")
     EndIf
EndFunc

I've also tried adding a TAB before the ENTER, but it still cannot interact with the window... :lmao:

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