Jump to content

Window States


Recommended Posts

How could I implement that into this. BitAnd($iState, 1, 2, 4)?

$aList = WinList()

For $i = 1 To $aList[0][0]
    If $aList[$i][0] <> "" Then
        $iState = WinGetState($aList[$i][0])
        If BitAnd($iState, 2) And (BitAnd($iState, 16) Or BitAnd($iState, 8)) Then
            MsgBox(0, "!", $aList[$i][0])
        EndIf
    EndIf
Next
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...