AutoDEV Posted April 14, 2024 Posted April 14, 2024 (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 April 14, 2024 by Jos SOLVE-SMART and Musashi 2
Developers Jos Posted April 14, 2024 Developers Posted April 14, 2024 We have explained this often enough so you are on the naughty spot for a week. SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
Recommended Posts