Powerz Posted May 2, 2008 Posted May 2, 2008 Hey, I've made myself a verry simple script too hide and show any window which name is inserted in a textbox. Now i would like too make a function, instead of writing the name of the window in the textbox just having a combobox which displays all current active windows Any way too make this possible? Thanks.
Bert Posted May 2, 2008 Posted May 2, 2008 Hey,I've made myself a verry simple script too hide and show any window which name is inserted in a textbox.Now i would like too make a function, instead of writing the name of the window in the textbox just having a combobox which displays all current active windowsAny way too make this possible?Thanks.Only one window can be the active one. If you need a list of all the windows, use winlist. The Vollatran project My blog: http://www.vollysinterestingshit.com/
weaponx Posted May 2, 2008 Posted May 2, 2008 (edited) I would use NirSoft WinLister. Its pretty sweet.http://www.nirsoft.net/utils/winlister.html Edited May 2, 2008 by weaponx
Powerz Posted May 2, 2008 Author Posted May 2, 2008 (edited) Only one window can be the active one. If you need a list of all the windows, use winlist.Hey, yea i ment a list of all windows. And thanks for replying im going too try that WinList now, i hope it'll work as i want edit: i tried several things, but how can i use that winlist so that it will show all windows in a combobox? Edited May 2, 2008 by Powerz
weaponx Posted May 2, 2008 Posted May 2, 2008 (edited) You don't want to populate a combobox with all windows, you don't realize how many hidden windows there are. WinList() returns 400 windows on my machine. It sounds like you are wanting a list of windows with titles (this returns ~65):$windows = WinList("[REGEXPTITLE:.+;]") Edited May 2, 2008 by weaponx
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