eld101 Posted May 15, 2012 Posted May 15, 2012 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
stormbreaker Posted May 15, 2012 Posted May 15, 2012 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
eld101 Posted May 15, 2012 Author Posted May 15, 2012 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!
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now