Eric33 Posted May 5, 2006 Posted May 5, 2006 Any of the Win commands, such as WinActivate, require a Title. When I use the title of the dialog exactly, AutoIT seems to be able to find the dialog. However, the particular dialog I want to find has a dynamic title, where I can only count on a small part of the title to be the same. I have tried "*Window Title", hoping that * acts like a wildcard character, but AutoIT can not seem to locate the dialog when I do this. Is there a way to only indicate part of the title in cases where the title can change?
Emperor Posted May 5, 2006 Posted May 5, 2006 Take a look at "WinTitleMatchMode" under "AutoItSetOption" in the help file.
CyberSlug Posted May 5, 2006 Posted May 5, 2006 Opt("WinTitleMatchMode", 2) ;match partial titleBeta version of AutoItalso supports regular expressions for the title. Use Mozilla | Take a look at My Disorganized AutoIt stuff | Very very old: AutoBuilder 11 Jan 2005 prototype I need to update my sig!
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