Jump to content

Recommended Posts

Posted

I need to modify a script that used alt tab to change between 2 different windows every 20 seconds...

Send("!{TAB}")
Sleep(2000)

I now need to rotate between 3 windows and am thinking I might need to use something else??? I am new with AutoIT and have done a bit of searching but have not found anything that seems to work.

Thanks,

Eric

Posted

Search help file for winactivate function

----------------------------------------

:bye: Hey there, was I helpful?

----------------------------------------

My Current OS: Win8 PRO (64-bit); Current AutoIt Version: v3.3.8.1

Posted

I was able to figure it out....

Send("#{TAB 1}")

Send("{ENTER}")

Sleep(20000)

Send("#{TAB 2}")

Send("{ENTER}")

Sleep(20000)

Send("#{TAB 3}")

Send("{ENTER}")

Sleep(20000)

Thanks!

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
  • Recently Browsing   0 members

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