Description:
这是一个使用SetWindowsHookEx的程序,屏蔽了键盘按键(包括系统按键)。
如果只想屏蔽某个按键,请更改下面的代码。
Form1.Text1 = wParam
Form1.Label1 = kk.vkCode & ":" & kk.scanCode & ":" & kk.Time
If wParam = 256 Then
Myfunc = 1: Exit Function
endif
wParam 的按键值可以在程序运行中测试中找到。-SetWindowsHookEx use of the procedure, shielding the keyboard keys (including the system keys). If you only wish to shield a button, please change the code below. Form1.Text1 wParam = = kk.vkCode Form1.Label1 Platform: |
Size: 49152 |
Author:刘郑 |
Hits: