Click to See Complete Forum and Search --> : how to halt key board and mouse


r00d0034
October 1st, 2002, 05:04 PM
what is procedure to how to halt key board and mouse
what is procudure/fuctions used and if u suggest code plz
thanks

Brad Jones
October 25th, 2002, 06:02 PM
Why would you want to disable the users methods for inputting information into the system?

Brad!

Gabriel Fleseriu
October 29th, 2002, 03:34 AM
BlockInput(), but I also want to know why you want to do that.

r00d0034
October 29th, 2002, 09:31 PM
infect i have develop an application that instll software with out user interaction and i dont want whan an application is running
any user could do any thing with mouse and keyboard.
i also want to block ctrl+alt+del
how to do on xp?

TheCPUWizard
December 3rd, 2002, 03:42 PM
CTRL-ALT-DEL can not be blocked via conventional means. Blocking or (even worse) intercepting this would allow the creation of a whole slew of Trojan Horses.