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 abl
Set Form.TopMost to true, call Form.Activate() every millisecond and raise the process and entry thread priorities.
(Lo and behold the poor user which your application crashes on.)