GetWindowList to provide 2 arrays (titles/handles)

Ideas for new features & functions

Moderators: Dorian (MJT support), JRL

Post Reply
lolkid
Newbie
Posts: 6
Joined: Mon Dec 21, 2009 2:57 pm

GetWindowList to provide 2 arrays (titles/handles)

Post by lolkid » Mon May 03, 2010 2:03 pm

Would be handy if GetWindowList could ...

i) Just return the lists in an array to avoid the need subsequent splitting.
ii) Even if it didn't, there should be a mechanism to get the names or handles

GetWindowList>winnamelist, [handlelist]

ie if the second (optional) variable (handlelist) is supplied it is poulated with the relevant handle - would allow the user to iterate over the synchroinsed returned lists to get a handle for a given window.

Or, if you really want to go nuts ...

GetWindowList>winnamelist, [regex], [handlelist]

where the regex filters the lists "returned".

Post Reply
cron
Sign up to our newsletter for free automation tips, tricks & discounts