CodeItBetter Programming Another VB Programming Blog

How to disable the Keyboard until Reboot

Posted on January 5, 2009
1
2
3
4
5
6
7
8
9
'System & API - How to disable the Keyboard until Reboot
Option Explicit
 
'Warning: After running this code, the keyboard will be disabled. It will be functional again
'only after you reboot your computer!

Private Sub Main()
    Shell "rundll32 keyboard,disable"
End Sub

Related posts:

  1. How to disable the Mouse until Reboot
  2. How to show Accessability Properties (Keyboard)
  3. How to show Keyboard Properties Control Panel
  4. How to get the type of the Keyboard
  5. How to get the Keyboard repeat rate
  6. How to LogOff/Restart/Shutdown the system (in two ways)
  7. How to get the Keyboard repeat delay
  8. How to Enable And Disable The Ctrl+Alt+Del
  9. How to implement DInput for keyboard
  10. VB6: Kill / Disable / Delete Windows XP Firewall and Security Center (tutorial)

Comments (0) Trackbacks (0)

No comments yet.


Leave a comment


No trackbacks yet.