Hi,
Just wondering how to enable a keyboard & mouse after usingto disabel it.Code:Private sub Command1_Click() Shell "rundll32 mouse,disable" Shell "rundll32 keyboard,disable" End Sub
I am just writing a program and after a time (set by a timer) I would like to be able to re enable the mouse & keyboard after my program has disabled it.
If you have any better way of doing this please let me know.
Thanks
Hurgh




Reply With Quote