venkatb Posted August 20, 2008 Posted August 20, 2008 I dont know the complete title of the window. But i know the first 2 words of the title. How can i use "winactivate" command in this case?
Bert Posted August 20, 2008 Posted August 20, 2008 (edited) Opt("WinTitleMatchMode", 2) This will allow you to use the 2 words you have. A better method however, is to get the window's handle. WinGetHandle You can also try to get the Process ID WinGetProcess Edited August 20, 2008 by Volly The Vollatran project My blog: http://www.vollysinterestingshit.com/
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