CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 C#编程 搜索资源 - 读取键盘

搜索资源列表

  1. WindowsCaculation

    0下载:
  2. (1) 设计数字按钮的事件,由于数字按钮事件功能都是把对应数字显示在文本框中,所以全部数字按钮都可以共用一个事件处理方法; (2) 运算符按钮事件也基本相同,所以所有运算符按钮也可共享同一事件处理方法。方法中分别读取文本框上的数值以及所按的运算符,并能识别是否需要进行智能计算; (3) 键盘事件只需一个事件处理方法即可,根据按键的不同调用之前的鼠标事件或者自定义的方法,以便模拟之前定义的鼠标事件。-(1) design digital button events, button even
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:708.77kb
    • 提供者:king
  1. waigua

    0下载:
  2. 这是DLL文件,引用到工程就可以了, 主要修改的地方我说明下 key kk = new key() int pid = kk.pid("CQ.EXE") //获取进程PID kk.getread(pid, "", 0x298, 4).ToString() //返回INT值的内存读取 kk.getread(pid, 0x04, 4) //返回STRING的内存读取,少了一个参数. 自己写了个全局键盘钩子, kk.UnHook() //加载钩子
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:9.65kb
    • 提供者:qwery
  1. ClassApi

    0下载:
  2. C#编写的类,利用API封装了键盘鼠标内存读取等功能,包涵代码及详细注释-Written in C# class using the API encapsulates the keyboard and mouse functions such as memory read, bear the code and detailed notes
  3. 所属分类:CSharp

    • 发布日期:2017-03-27
    • 文件大小:8.26kb
    • 提供者:老君
  1. Read-write.-Dat-file

    0下载:
  2. 以写入方式打开d.dat文件,从键盘输入数据,以读方式打开d.dat文件,循环从文件读取字符,并显示-D.dat file open for writing, data input from the keyboard d.dat file open for reading loop reads characters from a file and displays
  3. 所属分类:CSharp

    • 发布日期:2017-03-27
    • 文件大小:13.16kb
    • 提供者:李翔
  1. hw5

    0下载:
  2. 实现删除嵌套的注释。每次从键盘上读取三行字符串。若发现存在嵌套的情况,即在注释内又存在的/*或*/,就把这/*或*/删除,注释外的部分保留。/与*优先级是左结合,即当前出现/*/时,优先删除/*。--Achieve delete nested comments. Each read three lines of string from the keyboard. If it is found of the presence of nested, the comment /* or* /, put
  3. 所属分类:CSharp

    • 发布日期:2017-11-16
    • 文件大小:960byte
    • 提供者:范萍伟
  1. USBWinTest

    1下载:
  2. 这是用C#写的读取USB HID设备的测试软件,输入VID、PIV,查找HID设备是否存在,如果存在,则读取指定的HID设备发来的数据。软件已测试,可以直接使用。(不可读取键盘、鼠标),只能读取自定义HID设备。-HID USB C#
  3. 所属分类:CSharp

    • 发布日期:2017-03-31
    • 文件大小:68.8kb
    • 提供者:yexin
  1. File

    0下载:
  2. c#文件操作:将键盘输入的内容写到文件中;将文件中的内容以二进制方式和文本方式读取出来;-c# file operations: The contents of keyboard input written to a file contents of the file in binary mode and text mode read out
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:28.16kb
    • 提供者:DA
  1. asd

    0下载:
  2. 钩子的应用程序,读取键盘和鼠标的状态,并且显示出来。-zi dong fan yi bu guan yong
  3. 所属分类:CSharp

    • 发布日期:2017-04-25
    • 文件大小:65.11kb
    • 提供者:yaoxiangkai
  1. keystrokehock

    0下载:
  2. 处理击键和字符消息:如果你需要读取输入到窗口中的键盘字符,就处理WM_CHAR消息;如果你需要读取光标键、功能键、Delete键、Insert键、Shift键、Ctrl键和Alt键,则处理WM_KEYDOWN消息。-Handling the message: if you need to read the keyboard characters the window, handle WM_CHAR message if you need to read cursor keys, functi
  3. 所属分类:CSharp

    • 发布日期:2017-04-29
    • 文件大小:71.06kb
    • 提供者:liang
  1. comKbd

    0下载:
  2. 串口键盘模拟程序,从串口扫描枪读取数据并模拟键盘录入。 采用winio模拟,未解决x64平台下加载问题。 半成品,慎用(Serial keyboard simulation program, read data from the serial scan gun and simulate keyboard input. Using WINIO simulation, the loading problem of x64 platform is not solved. Careful use
  3. 所属分类:C#编程

搜珍网 www.dssz.com