Page 1 of 1

hooking control alt del

Posted: Wed Jun 16, 2004 11:00 pm
by deus_the_programmer
hi can anyone help me hook control alt del so i can run a special function when this command is isused.

many thanks,

ed.

RE:hooking control alt del

Posted: Wed Jun 16, 2004 11:00 pm
by Gnome
There is nothing special about the three-fingered salute. It is entirely implemented my the OS, not by the hardware. You "hook" by testing when you get a delete scancode that control and alt are also depressed.

Gnome.

RE:hooking control alt del

Posted: Thu Jun 17, 2004 11:00 pm
by Anton
there is a hook control in DOS, if that is what you need-look in the description of the DOS/BIOS memory.

Anton.

RE:hooking control alt del

Posted: Thu Jun 17, 2004 11:00 pm
by deus_the_programmer
can anyone help me with some souce code to hook the delete key and check wether ctrl and alt are also pressd.
thanks,
ed.

RE:hooking control alt del

Posted: Thu Jun 17, 2004 11:00 pm
by deus_the_programmer
can anyone help me with some souce code to hook the delete key and check wether ctrl and alt are also pressd.
thanks,
ed.