搜索资源列表
VB111
- 这是一个使用SetWindowsHookEx的程序,屏蔽了键盘按键(包括系统按键)。 如果只想屏蔽某个按键,请更改下面的代码。 Form1.Text1 = wParam Form1.Label1 = kk.vkCode & \":\" & kk.scanCode & \":\" & kk.Time If wParam = 256 Then Myfunc = 1: Exit Function endif wParam 的按键值可以在程序运行中测试中找到。-S
scancode
- contains keyboard standard scan codes.
keyboard_scancode
- 第二套和第三套键盘扫描码,程序员在针对键盘的编程时候,经常会用到查询的,非常实用,以前的搜藏。-Second and third set of keyboard scan code, the programmer when programming against the keyboard, often used in queries, very practical, before wishlists.
KeyMapping
- Disable [Ctrl]+[Alt]+[Del] keys by mapping the keyboard scancode, work on Windows XP/Vista/7.
Windows-ScanCode
- 微软驱动编程键盘ScanCode官方文档,翻译成了两种格式,可以选择一种打开。-Microsoft-driven programming keyboard ScanCode official documents, translated into the two formats, you can one to open.