posted 9 years ago
Whatever method you use, you can probably not catch Ctrl + Alt + Delete - this is a special key combination on PCs that is handled directly by the OS, and for security reasons applications cannot catch this key combination.
To explain why this would be a security hole: Suppose that you press Ctrl + Alt + Delete and an application shows a lock screen that looks exactly like the lock screen of Windows. It then shows a text box to enter your password to unlock the screen. A user enters his/her password, but not to Windows itself, but to the application. The application has now stolen the user's password.