Unc3nZureD Posted August 19, 2012 Posted August 19, 2012 (edited) Is it possible to make WinExists() Find ONLY VISIBLE windows? Maybe with any Opt?[ Currrently I'm still looking for the answer at the Help, But I just made the thread If you can find it faster ]Thanks a lot!______________________________________________________________________________________________The code I want to make working: WinGetTitle("[CLASS:#32770]")It finds the window even if it's hidden. (Yes, I know: "WinExists will return 1 even if the window is hidden.") Edited August 19, 2012 by Unc3nZureD
JScript Posted August 19, 2012 Posted August 19, 2012 Something like?: If BitAND(WinGetState(WinExists("[CLASS:#32770]"), 2) Then Regards, João Carlos http://forum.autoitbrasil.com/ (AutoIt v3 Brazil!!!) Somewhere Out ThereJames Ingram Download Dropbox - Simplify your life!Your virtual HD wherever you go, anywhere!
Unc3nZureD Posted August 19, 2012 Author Posted August 19, 2012 (edited) Ah lol... The Logic rocks If there isn't code for it the combine it yourself Thanks. How the hell couldn't it come into my mind... (With some modification it works well) Edited August 19, 2012 by Unc3nZureD
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