tinman_72 Posted March 17, 2022 Share Posted March 17, 2022 Is there a way to obtain a list of visible windows that are on the current virtual desktop? I have tried WinList but it returns a very large list consisting of windows on all desktops and windows that "are not real". Link to comment Share on other sites More sharing options...
tinman_72 Posted March 17, 2022 Author Share Posted March 17, 2022 I have realized that I can use WinGetPos to obtain window size and position of all the windows in the list. I can leave all the windows that have a width and height of zero out of the list. I still cannot figure out how to filter out windows not on the current desktop. Link to comment Share on other sites More sharing options...
Nine Posted March 17, 2022 Share Posted March 17, 2022 Look at my signature for VirtualDesktopManager. I believe you could use IVirtualDesktopManager.GetWindowDesktopId to get what you want... tinman_72 1 “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) Screen Scraping Multi-Threading Made Easy Link to comment Share on other sites More sharing options...
tinman_72 Posted March 18, 2022 Author Share Posted March 18, 2022 Thanks, I will definitely check it out. Link to comment Share on other sites More sharing options...
Nine Posted March 18, 2022 Share Posted March 18, 2022 @tinman_72 After looking into it, I think you are best with the method IsWindowOnCurrentVirtualDesktop. LMK. “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) Screen Scraping Multi-Threading Made Easy Link to comment Share on other sites More sharing options...
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