cappy2112 Posted November 17, 2016 Share Posted November 17, 2016 When I call Winlist(), the first entry in the array is typically between 500-600, and it obviously will fluctuate. However, I don't have that many programs working, so where are all of these windows? I know that many processes are running in the background, but having looked at Task Manager many times, I'd say that 100 or less processes are typically running. From the AutoIt Help file: Quote WinList Retrieves a list of windows. Given that the term "Window" can mean different things to different people, I generally associate this with the "frame" of a top level Window, that is clearly visible, either maximized or minimized. I don't know how AutoIt defines 'Window" nor if it modifies the OS's definition of "Window". To some, Window could also refer to every Button and other clickable items visible, and if so, that could account for the numbers ff "Windows" being returned from WinList(). What are your thoughts on this...? Link to comment Share on other sites More sharing options...
JohnOne Posted November 18, 2016 Share Posted November 18, 2016 Most windows are hidden, including the autoit one that is created every time you run a script. AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans. 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