Disable the mouse and disable the keyboard. Use with caution or you will need to reboot to get thes
Disable the mouse and disable the keyboard. Use with caution or you will need to reboot to get these functions back.
API Declarations
'Have fun
'None
Rate Disable the mouse and disable the keyboard. Use with caution or you will need to reboot to get thes
(2(2 Vote))
'
' you will need a command button named :command1 ... caption "Disable the Keyboard"
' you will need a command button named :command2 ... caption "Disable the Mouse"
private sub command1_click()
dim aa
aa=shell("rundll keyboard,disable") 'this line will disable the Keyboard
private sub command2_click()
dim aa
aa=shell("RUNDLL MOUSE,DISABLE") 'this line will disable the Mouse
'some time to reactive them you may need to restart
'I hope you like it
'Thank you for reading this Code
'Faris Mlaeb
'[email protected]
Disable the mouse and disable the keyboard. Use with caution or you will need to reboot to get thes Comments
No comments yet — be the first to post one!
Post a Comment