ddxfish Posted August 10, 2014 Posted August 10, 2014 Synopsis I have a script that runs some virus repair tools in sequence. I notice that a few of the viruses I have come across give me OK windows with no title or visible text that visually blocks my tools from being clicked properly. Question How can I close windows with no title or visible text? Is this possible using WinClose()?
Solution computergroove Posted August 10, 2014 Solution Posted August 10, 2014 (edited) _ImageSearch with mouseclick or Pixelget with mousesearch Possibly processlist -> https://www.autoitscript.com/autoit3/docs/functions/ProcessList.htm with WinClose() Edited August 10, 2014 by computergroove Get Scite to add a popup when you use a 3rd party UDF -> http://www.autoitscript.com/autoit3/scite/docs/SciTE4AutoIt3/user-calltip-manager.html
ddxfish Posted August 10, 2014 Author Posted August 10, 2014 Wow thanks for the recommendation for _ImageSearch that I had not seen before! I am still playing with the code, but this should take care of what I need. Thanks computergroove
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