How can I intercept all key events, including ctrl+alt+del and ctrl+tab?

后端 未结 12 1412
眼角桃花
眼角桃花 2020-11-28 13:06

I\'m writing a screen saver type app that needs to stop the user from accessing the system without typing a password. I want to catch/supress the various methods a user migh

12条回答
  •  借酒劲吻你
    2020-11-28 13:58

    You can still intercept Ctrl + Alt + Del in windows 7.

    This is the way Process explorer does it:

    http://mygreenpaste.blogspot.com/2005/07/image-file-execution-options-good-evil.html

提交回复
热议问题