Click to See Complete Forum and Search --> : disable Alt-S Ctrl-Esc & HELP on an NT machine


pkahal
August 4th, 2005, 01:49 AM
I am able to disable Alt-s using
RegisterHotKey(Handle, 904, MOD_ALT, VkKeyScan('s'))

I am also able to disable Ctrl-v using
RegisterHotKey(Handle, 905, MOD_CONTROL, VkKeyScan('v'))

But I am not able to disable Ctrl-esc using
RegisterHotKey(Handle, 906, MOD_CONTROL, VK_ESCAPE)
Seems something to do with VK_ESCAPE which is 27 at runtime corresponding to ESC

Regards

PeejAvery
August 5th, 2005, 02:38 PM
Don't double post. I already answered your other post. You should ask a moderator to delete it.