hooking control alt del

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
deus_the_programmer

hooking control alt del

Post 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.
Gnome

RE:hooking control alt del

Post 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.
Anton

RE:hooking control alt del

Post 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.
deus_the_programmer

RE:hooking control alt del

Post 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.
deus_the_programmer

RE:hooking control alt del

Post 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.
Post Reply