Location:
Search - ScanCode
Search list
Description: 做USB键盘是好资料,本人从一位朋友那里索取到的,所有HID的USB Key scancode.做USB键盘的该笑了.!-USB keyboard is so good, from my friends at one of the all HID USB Key scancode. Do USB keyboard of the smiling. !
Platform: |
Size: 128354 |
Author: 郭银 |
Hits:
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: 49637 |
Author: 刘郑 |
Hits:
Description: 做Java开发朋友一定知道Eclipse编辑器,这是它的VB实现.
Form1.Label1 = kk.vkCode & \\\":\\\" & kk.scanCode & \\\":\\\" & kk.Time
\\ If wParam = 256 Then
Myfunc = 1: Exit Function
\\ endif
wParam 的按键值可以在程序运行中测试中找到。-doing Java development friends will know that the Eclipse editor, This is the VB. Form1.Label1 = kk.vkCode
Platform: |
Size: 342009 |
Author: 广泛大 |
Hits:
Description: 功能:windows下直接检测键盘的扫描码,
语言:asm
特色:它是对bios低层的中断调用的很好应用实例,对ps/2键盘的处理很有参考价值-functions : windows under the direct detection of the keyboard scan code, language : asm2 characteristics : It is the low-level disruption bios called a good example of ps / 2 keyboard handling of great reference value
Platform: |
Size: 5606 |
Author: 邹锦坤 |
Hits:
Description: keyboard scancode (linix/unix)
Platform: |
Size: 818 |
Author: 杨议 |
Hits:
Description: 微软官方的键盘扫描码文档。详细描述了常用的键盘码和扩展的win/app键。
Platform: |
Size: 8055 |
Author: 贺勤 |
Hits:
Description: 键盘扫描码对照表-从微软网站下载.
补从说明
Platform: |
Size: 103511 |
Author: zhansl |
Hits:
Description: 在编制键盘输入程序时常常要用到一个键的扫描码或ASC码,如用到 Foxpro 的 inkey() 函数,以及用到 BIOS 的 INT 16H时,但找一个编码表不太容易,有时候找到的编码表又不全,无法查到组合键的编码,本程序就是一个随时用来显示按键的ASC码及扫描码的程序,可以用 16 进制和 10 进制同时显示一个键按下和放开的扫描码,以及ASC码,同样也支持组合键。
Platform: |
Size: 5377 |
Author: zhansl |
Hits:
Description: 做USB键盘是好资料,本人从一位朋友那里索取到的,所有HID的USB Key scancode.做USB键盘的该笑了.!-USB keyboard is so good, from my friends at one of the all HID USB Key scancode. Do USB keyboard of the smiling. !
Platform: |
Size: 128000 |
Author: 郭银 |
Hits:
Description: 将键盘扫描码转换成ASCII,利用8086内部中断程序编的,非常好的,有原代码!-keyboard scan code will be converted into ASCII, using 8086 internal procedures interrupted series, very good. a source!
Platform: |
Size: 1024 |
Author: wushishan |
Hits:
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:
Description: 做Java开发朋友一定知道Eclipse编辑器,这是它的VB实现.
Form1.Label1 = kk.vkCode & \":\" & kk.scanCode & \":\" & kk.Time
\ If wParam = 256 Then
Myfunc = 1: Exit Function
\ endif
wParam 的按键值可以在程序运行中测试中找到。-doing Java development friends will know that the Eclipse editor, This is the VB. Form1.Label1 = kk.vkCode
Platform: |
Size: 342016 |
Author: 广泛大 |
Hits:
Description: 功能:windows下直接检测键盘的扫描码,
语言:asm
特色:它是对bios低层的中断调用的很好应用实例,对ps/2键盘的处理很有参考价值-functions : windows under the direct detection of the keyboard scan code, language : asm2 characteristics : It is the low-level disruption bios called a good example of ps/2 keyboard handling of great reference value
Platform: |
Size: 5120 |
Author: 邹锦坤 |
Hits:
Description: keyboard scancode (linix/unix)
Platform: |
Size: 1024 |
Author: 杨议 |
Hits:
Description: 微软官方的键盘扫描码文档。详细描述了常用的键盘码和扩展的win/app键。-Microsoft keyboard scan code of official documents. A detailed description of the commonly used code and extended keyboard win/app key.
Platform: |
Size: 8192 |
Author: |
Hits:
Description: 键盘扫描码对照表-从微软网站下载.
补从说明-Keyboard scan code table- from the Microsoft website. Up from the note
Platform: |
Size: 103424 |
Author: zhansl |
Hits:
Description: 在编制键盘输入程序时常常要用到一个键的扫描码或ASC码,如用到 Foxpro 的 inkey() 函数,以及用到 BIOS 的 INT 16H时,但找一个编码表不太容易,有时候找到的编码表又不全,无法查到组合键的编码,本程序就是一个随时用来显示按键的ASC码及扫描码的程序,可以用 16 进制和 10 进制同时显示一个键按下和放开的扫描码,以及ASC码,同样也支持组合键。-Keyboard input in the preparation procedures are often used to a key scan code or ASC code, such as using Foxpro
Platform: |
Size: 5120 |
Author: zhansl |
Hits:
Description: Symbol_MC3000_C#.条码扫码范例程序之3-Symbol_MC3000_C#. Barcodes sweep procedure code sample 3
Platform: |
Size: 156672 |
Author: jacky wei |
Hits:
Description: 一个简单的扫描二维码demo,便于新手开发学习,望指导!-A simple scancode demo
Platform: |
Size: 1351680 |
Author: 李中强 |
Hits:
Description: 微软驱动编程键盘ScanCode官方文档,翻译成了两种格式,可以选择一种打开。(Microsoft-driven programming keyboard ScanCode official documents, translated into the two formats, you can one to open.)
Platform: |
Size: 386048 |
Author: silitex |
Hits: