Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Code to disable both keyboard and mouse temporarily
#8
It is problematic on Windows 98. Maybe try to temporarily unblock input, or only Windows hotkeys, as in example.

Code:
Copy      Help
BlockInput2 1
1
SystemParametersInfo(0x0061 0 &_i 0)
key Wr
SystemParametersInfo(0x0061 1 &_i 0)
1
BlockInput2 0


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)