Hi everyone
Is there any way to prevent the alert windows to show up any time there is an error?
I'm writting an application that must be unattended and these windows stop the execution flow until somebody click on them, but unfortunately there won't be anyone to click it so I want to handle the error in my code but without messages windows. Is that possible?
Thnk you
