CodeItBetter Programming Another VB Programming Blog

How to disable the Mouse until Reboot

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

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

Related posts:

  1. How to disable the Keyboard until Reboot
  2. How to Enable/Disable Mouse trails
  3. How to show Accessability Properties (Mouse)
  4. How to show Mouse Properties Control Panel
  5. How to LogOff/Restart/Shutdown the system (in two ways)
  6. How to Enable And Disable The Ctrl+Alt+Del
  7. How to Set Mouse Cursor position
  8. How to Show/Hide/Restore Mouse Cursor
  9. How to Check whether Mouse exist or not
  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.