We have implemented Application_Idle event in our application. This works great, and users are promptly asked to enter the password if the session is idle for about 20 minutes.
However, if there is a message-box open or a File Dialogue open to Save/Open the file. Application_Idle never fires. Even if we leave the application idle overnight.
This is a big of a security concern. Any ideas will be appreciated.