Hi !
Using the API function InputBlock in my
VB program, a keyboard and mouse has been blocked for the time I assigned but if I happen to press Alt+Ctrl+Del in the run-time, it will ask whether to end-task the program, that means keyboard is not being blocked for Alt+Ctrl+Del combination.
Is the Alt+Ctrl+Del combination creating some kind of Software Interrupt requesting to kill any process ??? If yes, any idea of how to disable that combinatin as well ???
Sagar