Disable The Mouse Until Reboot
Warning: After running this code, the mouse will be functional again only after you reboot your computer!
Form Code
Private Sub
Form_Load()
Shell "rundll32 mouse,disable"
End Sub
Go Back