Hi
I wonder if it's possible to interrupt my script when a specific window closes. This is similar to GUISetOnEvent() but the window I'm using is not created by GUICreate(), it's just a window app.
My script checks with some frecuency whether the window still exists. However, this is rac...