vladedoty Posted October 13, 2009 Posted October 13, 2009 im having trouble keeping focus to one window as others pop up. Is there a command like winsetontop that would keep the focus one only one window while others continuously pop up?
FuryCell Posted October 13, 2009 Posted October 13, 2009 No but you could use WinActivate in a loop. HKTunes:Softpedia | GoogleCodeLyricToy:Softpedia | GoogleCodeRCTunes:Softpedia | GoogleCodeMichtaToolsProgrammer n. - An ingenious device that turns caffeine into code.
vladedoty Posted October 13, 2009 Author Posted October 13, 2009 so something like this? Do WinActivate("Notepad", "") Until Not Winexists("Notepad", "") and then put in the code after this for notepad to do until it closes?
FuryCell Posted October 13, 2009 Posted October 13, 2009 so something like this? Do WinActivate("Notepad", "") Until Not Winexists("Notepad", "") and then put in the code after this for notepad to do until it closes? That would work. However make sure you are using the proper titles like "Untitled - Notepad". Also maybe add a small sleep so it dosent kill the cpu. HKTunes:Softpedia | GoogleCodeLyricToy:Softpedia | GoogleCodeRCTunes:Softpedia | GoogleCodeMichtaToolsProgrammer n. - An ingenious device that turns caffeine into code.
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