#1: I have a script that does stuff to input (from AutoIt), then continues to process new input and so on... Everything works fine, but sometimes the input processing (by my application) will fail due to various reasons (API temporarily inaccessible, input was not valid etc). Therefore, I need to determine when an error occurs to handle it. If everything works fine, I can do WinWaitActive( "My Application" ) to know when to continue, however, the errors produce a "popup" with unpredictably ra