Is there Any way to handle the crtl + 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.