The following code, compiled to x64 exe on Win7, fails to detect the generated window and pop up the second message. What am I doing wrong? Thanks!
MsgBox(0, "Shutdown", "This is a test")
WinWait("Shutdown")
MsgBox(0, "Title", "Window exists")
The following code, compiled to x64 exe on Win7, fails to detect the generated window and pop up the second message. What am I doing wrong? Thanks!
MsgBox(0, "Shutdown", "This is a test")
WinWait("Shutdown")
MsgBox(0, "Title", "Window exists")