JohnnyDepth Posted July 5, 2015 Posted July 5, 2015 For example:WinActivate("Plex Manufacturing Cloud - Login - Internet Explorer")Can you do something like:WinActivate("Plex*")
Aarstad Posted July 5, 2015 Posted July 5, 2015 WinActivate("Plex") Would work just fine for your criteria.Have a look at WinTitleMatchMode under AutoItSetOption
JohnOne Posted July 5, 2015 Posted July 5, 2015 Bear in mind that if there are other existing Plex windows, the first in the zorder will be activated.Might be worth reading "Window Titles and Text" in the help file and use REGEXPTITLE. AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
mikell Posted July 5, 2015 Posted July 5, 2015 Or get the handle at the window opening and further use this handle in Win* funcs
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