How to trap the keyboard strokes on a c# win forms application (CTRl + alt +Del)
Is there Any way to handle the Ctrl + Alt + Del Key combination. Take for instance in a quiz application (Win Forms), the user should not be able to switch to other windows till the test is over. I'm able to capture the Ctrl and Alt key strokes individually, using c# standard properties. but once they user hits the Del key . The control goes out of my appliation and windows handles it. Any thoughts would be helpful. thanks. Based on other answers, it seems that this is possible to do. Although I highly discourage this. Take for instance that your program should for some reason hang (god forbid