Guest rob_liberti Posted October 4, 2005 Posted October 4, 2005 (edited) In my situation, there are multiple windows with the same classname. I want to be able to get them all into an array, so I can discard the parent process based on the title, and then send the rest a reply. I thought WinList might help but I can't determine which one of those has the specific classname I am looking for. I can try to use the example WinGetHandle, but I don't know how to use that to get an array of all of them. Any ideas? Edited October 4, 2005 by rob_liberti
LxP Posted October 6, 2005 Posted October 6, 2005 Welcome to the forums Rob!You were on the right track -- all you need is a way to pass a class name to the WinList() function. Here's how you can do precisely that:opt('winTitleMatchMode', 4) $array = winList('classname=Progman')
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