Hi,
Just wondering how to enable a keyboard & mouse after using
Code:
Private sub Command1_Click()

    Shell "rundll32 mouse,disable"
    Shell "rundll32 keyboard,disable"

End Sub
to disabel it.

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