mrbig1479 Posted May 3, 2007 Posted May 3, 2007 i want to use winactivate commnad to toggle between the windows my script looks like this (im trying to make an auto program to transfer cards from 1 account to my other account in magic online) here goes If Not WinActive("Magic Online V2.0.072.1873","") Then WinActivate("Magic Online V2.0.072.1873","") WinWaitActive("Magic Online V2.0.072.1873","") now my problem is that the second window of magic had the same title how can i toggle between windows (without a mouse point click command) thx p.s -sorry if i have bad english im from israel
PsaltyDS Posted May 3, 2007 Posted May 3, 2007 Is there different visible text to use in the second parameter of the WinActivate() function? If not, use window handles instead of string titles. Look at WinGetHandle() and WinList() in the help file. Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
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