Jump to content

Recommended Posts

Posted (edited)

Hello,

I have this code :

While 1

  Switch GUIGetMsg()

  Case $GUI_EVENT_CLOSE, $close, $btnClose
  MsgBox(0, '', "exit ok")
  Exit

  Case Else
  $checkclose = _WaitForImageSearch("IMG/Close.jpg", 40, 1, 150, 0)

  EndSwitch

WEnd

Please my problem is easy, how to close windows before a image is found and finish to wait 40s.

Since 2 or 3 years i search how to make

Thank you

 

Edited by Jos
  • Jos locked this topic
Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

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