Jump to content

Need something like WinWaitMinimized


 Share

Recommended Posts

Func WinWaitState($title,$text,$state)
    While BitAND(WinGetState($title, $text), $state) <> $state
        Sleep(25)
    WEnd
EndFunc;==>WinWaitMaximized

Check the help file for WinGetState to see which states can be used.

:)

Edit: Oh and welcome to the forums :)

Edited by monoceres

Broken link? PM me and I'll send you the file!

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...