I have a routine that accesses a large number of drives on my system. Sometimes Windows fires up each drive before proceeding with the app. On occasion, I get a message "Not Responding" in my app title bar, but this eventually clears and the app runs fine. I would like to prevent the warning appearing, as it will confuse users who may think a crash has occurred. It is not a permanent occurrence. I presume there is a way to intercept the error message generator for this specific error only?
↧