i cant seem to remember how to do it:
btw the OS for this is winnt4 in case its relevant.
part1:
is there any way to disable/reassign keys? im writting a program that absolutely requires the combination ctrl + alt + del to be pressed at the same time to trigger an action. if you've ever used winnt, you'll know that you get the options menu where u can lock workstation, logoff, etc... is there any way to temporarily disable that combination of keys for windows and have them reassigned to trigger the action in my program?
part2:
ok, how do i specify 'ctrl + alt + del' for vb? its a keydown or keypress trigger isnt it? ive tried using +s or 'and's to little avail...
any help is greatly appreciated!
btw the OS for this is winnt4 in case its relevant.
part1:
is there any way to disable/reassign keys? im writting a program that absolutely requires the combination ctrl + alt + del to be pressed at the same time to trigger an action. if you've ever used winnt, you'll know that you get the options menu where u can lock workstation, logoff, etc... is there any way to temporarily disable that combination of keys for windows and have them reassigned to trigger the action in my program?
part2:
ok, how do i specify 'ctrl + alt + del' for vb? its a keydown or keypress trigger isnt it? ive tried using +s or 'and's to little avail...
any help is greatly appreciated!