Daniel_Christie
Nov 2nd, 2000, 02:38 PM
Is there a way to catch the Ctrl+Alt+Del press and have it do something else at the same time preventing the Close program windoe from opening?
I see lots of code to prevent a Ctrl+Alt+Delete keypresses but those codes disable tohe keys all together.
I want to be able to allow my app to trap the ctrl+Alt+Del press to trigger a certain function within my app and prevent the Ctrl+Alt+Delete from triggering Window's "Close Program" window.
So in other words I want to allow the key presses and have my program see them, but I only want to disallow Windows from seeing the key press...haw can this be acheived?
I see lots of code to prevent a Ctrl+Alt+Delete keypresses but those codes disable tohe keys all together.
I want to be able to allow my app to trap the ctrl+Alt+Del press to trigger a certain function within my app and prevent the Ctrl+Alt+Delete from triggering Window's "Close Program" window.
So in other words I want to allow the key presses and have my program see them, but I only want to disallow Windows from seeing the key press...haw can this be acheived?