CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - CSharp 键盘钩子

搜索资源列表

  1. WarIIIPlus

    0下载:
  2. 用CSharp编写的一个关于API全局钩子的例子,实现了键盘的屏蔽-CSharp spent on the preparation of an overall API hooks example, the realization of the shielding keyboard
  3. 所属分类:外挂编程

    • 发布日期:2008-10-13
    • 文件大小:84976
    • 提供者:qweiczhong
  1. HookPPC.rar

    0下载:
  2. Windows Mobile下的键盘钩子的源代码,适用于PocketPC上,Windows Mobile keyboard hook under the source code, apply on PocketPC
  3. 所属分类:Windows Mobile

    • 发布日期:2017-03-25
    • 文件大小:1167
    • 提供者:王东
  1. MouseKeyboardLib2005

    0下载:
  2. c#封装的鼠标键盘钩子库,实现全部的鼠标键盘钩子功能。-c# keyboard mouse hook package library, the realization of all the mouse functions of the keyboard hook.
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:149306
    • 提供者:vincent
  1. ScreenKeyBoard

    0下载:
  2. 使用C#实现屏幕键盘,其中用到了钩子技术哦-The use of C# implementation-screen keyboard, which uses a hook technology Oh
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:169823
    • 提供者:tim
  1. HOOKCSharpTest

    0下载:
  2. 是一个钩子利用的实例,使用函数 setwindowshookexw 获取全局键盘信息-Is an example of the use of hook, use the function global keyboard access to information setwindowshookexw
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-27
    • 文件大小:33095
    • 提供者:马斌
  1. overall

    0下载:
  2. 基于全局的C#键盘鼠标钩子程序源码,已经demo过,没有问题-Based on the overall situation of the C# source code keyboard and mouse hook procedures have demo, and there is no problem
  3. 所属分类:CSharp

    • 发布日期:2017-03-28
    • 文件大小:155322
    • 提供者:王伟
  1. SoftKeyboardCsharp

    1下载:
  2. C#语言实现的全局键盘鼠标钩子和软键盘,界面美观为函数生成-C# language keyboard and mouse to achieve the global keyboard hook and soft, attractive interface for the function to generate
  3. 所属分类:C#编程

    • 发布日期:2017-05-08
    • 文件大小:198035
    • 提供者:masonwu
  1. hook

    0下载:
  2. C#钩子程序,主要是统计一天中鼠标总的移动距离和键盘总的敲击次数。程序中直接使用了Georgi的UserActivityHook 类。-C# hook procedures, mainly statistical day, the total movement distance of the mouse and keyboard tapping the total number of times. Program directly using the Georgi' s UserActiv
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:152441
    • 提供者:259
  1. Key-Mouse-Hook

    0下载:
  2. 基于全局的C#键盘鼠标钩子程序.键盘和鼠标钩子示例程序,里面有VS2005和VS2008两个版本,这些小程序编译时要用到控件。-Based on the overall C# keyboard and mouse hook procedures. The keyboard and mouse hook example programs, which has VS2005 and VS2008 are two versions, these small programs to use to con
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-23
    • 文件大小:155142
    • 提供者:270
  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
    • 文件大小:9877
    • 提供者:qwery
  1. UserActivityHook

    0下载:
  2. 一个C#编写的鼠标键盘钩子类,在此共享给大家。-This is one hook for mouse and keyboard. And share it to everybody.
  3. 所属分类:Hook api

    • 发布日期:2017-04-03
    • 文件大小:6851
    • 提供者:q
  1. Hook-(1)

    0下载:
  2. hook 键盘 c# 代码,可以实现全局键盘钩子-hook csharp
  3. 所属分类:Hook api

    • 发布日期:2017-04-09
    • 文件大小:1173864
    • 提供者:子凡
  1. Global-mouse-key-hooks

    0下载:
  2. 全局的鼠标键盘钩子程序。可以用来做软键盘-Global mouse and keyboard hooks. Can be used to make soft keyboard
  3. 所属分类:Hook api

    • 发布日期:2017-03-29
    • 文件大小:156202
    • 提供者:秋融
  1. CSharp-Hook

    0下载:
  2. 使用钩子捕捉键盘动作,经典C#示例,帮助你认识和了解如何使用Hook-Use hook to capture keystrokes, classic C# example source code
  3. 所属分类:Hook api

    • 发布日期:2017-03-29
    • 文件大小:32922
    • 提供者:jim
  1. GlobalHook

    0下载:
  2. C#环境下全局钩子的示例(完整版,详细说明鼠标、键盘的捕获执行)-Example of the CSharp environment, global hook (full version)
  3. 所属分类:Hook api

    • 发布日期:2017-03-29
    • 文件大小:127721
    • 提供者:huya
  1. CSharp-about-common-code

    0下载:
  2. C#编程相关代码,在Visual Basic环境下开发界面,涉及很多经典代码,包括全局键盘钩子,窗体移动等-C# programming related code in Visual Basic development environment interface, involving many classic code, including global keyboard hook, mobile and other forms
  3. 所属分类:CSharp

    • 发布日期:2017-03-24
    • 文件大小:40944
    • 提供者:周莎莎
搜珍网 www.dssz.com