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

后端 未结 12 1413
眼角桃花
眼角桃花 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:38

    Try investigating if you could write an application that starts itself as a password protected screensaver.

    Screensavers can do more than just display pretty pictures - I've seen interactive screensavers before that used the mouse and keyboard to provide a simple game, though I can't remember which version of windows I saw this running on... It could well have been windows 95. (In which case all bets are off).

提交回复
热议问题