ronald82 Posted February 24, 2020 Posted February 24, 2020 (edited) Is it possible to close duplicate windows from using an array ? What I mean is that using winlist I got an array that contains a list of duplicate windows. I cannot use the process because these are all children of the same multiple exe. I only want to leave open the first one and close all the duplicates that come after. Can you help me, please? thanks regards Edited February 24, 2020 by ronald82
Nine Posted February 24, 2020 Posted February 24, 2020 Have you tested WinList instead ? “They did not know it was impossible, so they did it” ― Mark Twain Spoiler Block all input without UAC Save/Retrieve Images to/from Text Monitor Management (VCP commands) Tool to search in text (au3) files Date Range Picker Virtual Desktop Manager Sudoku Game 2020 Overlapped Named Pipe IPC HotString 2.0 - Hot keys with string x64 Bitwise Operations Multi-keyboards HotKeySet Recursive Array Display Fast and simple WCD IPC Multiple Folders Selector Printer Manager GIF Animation (cached) Debug Messages Monitor UDF Screen Scraping Round Corner GUI UDF Multi-Threading Made Easy
ronald82 Posted February 24, 2020 Author Posted February 24, 2020 yes im using winlist and im getting the array and list back. but how can i close all the windows from the list but leave only the first one ?
ronald82 Posted February 24, 2020 Author Posted February 24, 2020 cani use something like : winclose($array[1][1]) ?
ronald82 Posted February 24, 2020 Author Posted February 24, 2020 if I have the below: how can I close windows in rows 1 to 4 and leave only row 0 open ?
Nine Posted February 24, 2020 Posted February 24, 2020 2 minutes ago, ronald82 said: how can I close windows in rows 1 to 4 and leave only row 0 open ? That doesn't make sense, row 0 is the number of windows open ! 11 minutes ago, ronald82 said: cani use something like : winclose($array[1][1]) ? Yes you can. You need to create a double loop to check duplicates, and close the ones you want... “They did not know it was impossible, so they did it” ― Mark Twain Spoiler Block all input without UAC Save/Retrieve Images to/from Text Monitor Management (VCP commands) Tool to search in text (au3) files Date Range Picker Virtual Desktop Manager Sudoku Game 2020 Overlapped Named Pipe IPC HotString 2.0 - Hot keys with string x64 Bitwise Operations Multi-keyboards HotKeySet Recursive Array Display Fast and simple WCD IPC Multiple Folders Selector Printer Manager GIF Animation (cached) Debug Messages Monitor UDF Screen Scraping Round Corner GUI UDF Multi-Threading Made Easy
ronald82 Posted February 24, 2020 Author Posted February 24, 2020 yes I meant close all windows and leave row1 only
Nine Posted February 24, 2020 Posted February 24, 2020 39 minutes ago, ronald82 said: Is it possible to close duplicate windows from using an array ? In your example, only Bloc-notes is duplicated. Why do you want to close all windows except Excel ? I do not understand what you want to achieve. It is not coherent with your previous statement... “They did not know it was impossible, so they did it” ― Mark Twain Spoiler Block all input without UAC Save/Retrieve Images to/from Text Monitor Management (VCP commands) Tool to search in text (au3) files Date Range Picker Virtual Desktop Manager Sudoku Game 2020 Overlapped Named Pipe IPC HotString 2.0 - Hot keys with string x64 Bitwise Operations Multi-keyboards HotKeySet Recursive Array Display Fast and simple WCD IPC Multiple Folders Selector Printer Manager GIF Animation (cached) Debug Messages Monitor UDF Screen Scraping Round Corner GUI UDF Multi-Threading Made Easy
ronald82 Posted February 24, 2020 Author Posted February 24, 2020 the example is not mine, i just found a picture to give an example. just imagine them all the same window name but different handle
Nine Posted February 24, 2020 Posted February 24, 2020 Ok, then the answer is yes. You can close any window using the handle. It will close only that instance of the same program... “They did not know it was impossible, so they did it” ― Mark Twain Spoiler Block all input without UAC Save/Retrieve Images to/from Text Monitor Management (VCP commands) Tool to search in text (au3) files Date Range Picker Virtual Desktop Manager Sudoku Game 2020 Overlapped Named Pipe IPC HotString 2.0 - Hot keys with string x64 Bitwise Operations Multi-keyboards HotKeySet Recursive Array Display Fast and simple WCD IPC Multiple Folders Selector Printer Manager GIF Animation (cached) Debug Messages Monitor UDF Screen Scraping Round Corner GUI UDF Multi-Threading Made Easy
ronald82 Posted February 24, 2020 Author Posted February 24, 2020 can you give me an example please ?
Nine Posted February 24, 2020 Posted February 24, 2020 There is plenty of examples using WinList in here. Just do a bit a searching, grab some code here and there. And come back if you have trouble with your script. “They did not know it was impossible, so they did it” ― Mark Twain Spoiler Block all input without UAC Save/Retrieve Images to/from Text Monitor Management (VCP commands) Tool to search in text (au3) files Date Range Picker Virtual Desktop Manager Sudoku Game 2020 Overlapped Named Pipe IPC HotString 2.0 - Hot keys with string x64 Bitwise Operations Multi-keyboards HotKeySet Recursive Array Display Fast and simple WCD IPC Multiple Folders Selector Printer Manager GIF Animation (cached) Debug Messages Monitor UDF Screen Scraping Round Corner GUI UDF Multi-Threading Made Easy
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