harmmeijer
Programmer
I have a form with border style none and on the keydown code checks if a user puts in a certain code (like a password protected screensaver).
The problem is I cannot prevent a user from using alt + tab or ctrl + escape put code in the queryunload to check if the password is filled in and put code in the lostfocus but this event is not fired when using alt + tab or ctrl + escape.
The problem is I cannot prevent a user from using alt + tab or ctrl + escape put code in the queryunload to check if the password is filled in and put code in the lostfocus but this event is not fired when using alt + tab or ctrl + escape.