callagga Posted August 26, 2009 Posted August 26, 2009 Hi, Anyone know how I could implement an "isVisible(title,text)" type function? Does anything exist already to do this (i.e. checking if a window is visible or not). I have a window that when I close it, I can't confirm this by checking it's still exists, as the application keeps it around but makes it not-visible. Tks
Authenticity Posted August 26, 2009 Posted August 26, 2009 WinGetState() in conjunction with the BitAND() function... Read the help file.
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