CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - mouse hook

搜索资源列表

  1. Source_Code_and_Demo

    0下载:
  2. 鼠标键盘的钩子程序。可截获鼠标 单击,双击,左键,右键,移动。以及键盘的按下,抬起,和输入内容。-Mouse keyboard hook procedure. Can intercept the mouse click, double click, left, right, moving. And press the keyboard, lift, and input.
  3. 所属分类:.net

    • 发布日期:2017-04-02
    • 文件大小:49547
    • 提供者:hero
  1. HookMouseDll

    0下载:
  2. windows下挂钩鼠标操作的实现,用dll实现的全局钩子-windows under the mouse linked to the realization, achieved with the global hook dll
  3. 所属分类:Hook api

    • 发布日期:2017-04-10
    • 文件大小:1491117
    • 提供者:playfire
  1. Erato1.1_s

    0下载:
  2. 按鍵滑鼠模擬、按鍵精靈 支援錄製腳本、截圖 採用Hook方式運作-Button mouse simulation button wizard support recording scr ipts, screenshots operated by Hook
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-07
    • 文件大小:1442169
    • 提供者:Inndy
  1. mouse_hander

    0下载:
  2. dll库,远程注入,分配内存,设置全局钩子,消息分析,只要消息分析好流程,可以自己添加发送消息函数,别让自己点太多的鼠标-dll libraries, remote injection, allocate memory, set the global hook, news analysis, as long as the message of good process, you can send a message to add their own functions, do not let
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-04
    • 文件大小:1215603
    • 提供者:sad
  1. vbmouses

    0下载:
  2. 这个源码比较有意思吧,VB编写的检测鼠标坐标的程序,除了适时显示鼠标坐标外,还可判断鼠标是否离开了图片,同样也给出提示,源码可能使用了Hook的原理的。-The source it more interesting, VB mouse coordinates the preparation of test procedures, in addition to time display the mouse coordinates, it can also determine whether the
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-28
    • 文件大小:148646
    • 提供者:ycxgh
  1. KeyBordHook

    0下载:
  2. 使用C#写的系统钩子。已经封装成类。 这个类可以让你得到一个在运行中程序的所有鼠标和键盘事件,并且引发一个带KeyEventArgs和MouseEventArgs参数的.NET事件以便你很容易使用这些信息。-Use C# to write the system hook. Has been packaged as class. This class allows you to get a program running in all the mouse and keyboard events
  3. 所属分类:CSharp

    • 发布日期:2017-04-05
    • 文件大小:3490
    • 提供者:
  1. 345234

    0下载:
  2. 利用局部的键盘钩子示例截获鼠标键盘的信息并保存到指定的文本文档中-Using local mouse and keyboard keyboard hook sample intercepted information and save the text document to the specified
  3. 所属分类:Hook api

    • 发布日期:2017-04-07
    • 文件大小:5865
    • 提供者:liuyi
  1. HookDLL

    0下载:
  2. 对Mouse进行钩子编程,和宿主程序进行交互的源代码-Mouse to hook on programming, and the host program to interact with the source code
  3. 所属分类:Hook api

    • 发布日期:2017-04-04
    • 文件大小:4965
    • 提供者:师去白
  1. RecordPlayer

    0下载:
  2. 使用Hook监听键盘和鼠标,并且可以记录和播放,方便自动化测试和其他特殊目的-Hook monitor keyboard and mouse use, and can record and playback, to facilitate automated testing and other special purpose
  3. 所属分类:Hook api

    • 发布日期:2017-04-01
    • 文件大小:134307
    • 提供者:师去白
  1. MouseScreen

    0下载:
  2. 一个Hook鼠标单击事件来截图的程序,只要在ini里面设置了目标程序的标题或者类名,就可以使用本工具来Hook截图了,工具会将截图自动生成bmp文件在文件夹下-Hook the mouse click event to a screenshot of the program, as long as the target in the ini settings inside the program title or category name, you can use this tool to H
  3. 所属分类:Hook api

    • 发布日期:2017-04-04
    • 文件大小:38919
    • 提供者:吴瑶
  1. InnerHook

    0下载:
  2. 一个利用键盘钩子和鼠标钩子编写的全局钩子函数,功能:锁定桌面内所有进程,只留有F2解除锁定并卸载钩子!-Hook a keyboard and mouse using a global hook function hook preparation, function: lock the desktop, all the process, leaving only the F2 and uninstall the hook to unlock!
  3. 所属分类:Hook api

    • 发布日期:2017-03-29
    • 文件大小:26025
    • 提供者:董义军
  1. Win_HOOK

    0下载:
  2. Windows系统采用的是事件驱动的机制,也就是说,整个系统都是通过消息的传递来实现的。而钩子是Windows系统中非常重要的系统接口,它可以截获并处理送给其他应用程序的消息,来完成普通应用程序难以实现的功能。钩子可以监控系统或进程中的各种事件消息,截获发往目标窗口的消息并进行处理。我们可以在系统中安装自定义的钩子,监视系统中特定时间的发生,完成特定的功能。比如截获键盘、鼠标的输入、屏幕取词、日志监视等等。可见、利用钩子可以实现许多特殊而有用的功能。因此,对于高级编程人员来说,掌握钩子的编程方法
  3. 所属分类:Hook api

    • 发布日期:2017-04-01
    • 文件大小:10375
    • 提供者:宋若军
  1. HookApiEasyToKnow

    0下载:
  2. vc下钩子简单应用,举例三种:线程钩子/全局钩子/全局钩子+组合键. 有需要鼠标请自行添加-vc hook under the simple applications, such as three example : thread hooks/Global Hooks/Global Hooks+ key combination.if needed, you can add your own mouse function
  3. 所属分类:Hook api

    • 发布日期:2017-05-11
    • 文件大小:2123778
    • 提供者:野火冉冉
  1. HookTest

    0下载:
  2. 在VC环境下利用钩子函数屏蔽鼠标键盘的使用-In the VC environment using mouse and keyboard hook function to use shielded
  3. 所属分类:Hook api

    • 发布日期:2017-05-08
    • 文件大小:1700102
    • 提供者:刘禹
  1. HookTest

    0下载:
  2. 界面程序测试hook dll 截获键盘鼠标事件 F2退出hook-Intercept test program interface hook dll hook keyboard and mouse out event F2
  3. 所属分类:Hook api

    • 发布日期:2017-04-08
    • 文件大小:69517
    • 提供者:dai ting
  1. Some-usefull-and-important-control-skills

    0下载:
  2. 1.如何借助SkinH_VB6.dll加载皮肤 2.如何使用RES文件 来存储释放文件 3.如何拦截用户鼠标和键盘事件 4.窗口大小控制 5.SendMessage与其他程序窗口通信 6.窗口透明、置顶等(详见程序中代码,示例程序未加载该代码)-1.How to use SkinH_VB6.dll to add skins 2.How to use RES to store and release files 3.Hook- Keyboard & Mouse even
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-26
    • 文件大小:8928827
    • 提供者:Carl Zhou
  1. Hook_key_mouse

    0下载:
  2. 该程序设置全局鼠标键盘钩子函数,然后钩子函数对截取的消息发给本程序,消息按windows定义的WPARAM,LPARAM封装-The program set a global mouse and keyboard hooks, and then hook on the interception of messages sent to this procedure, the message defined by windows WPARAM, LPARAM package
  3. 所属分类:Hook api

    • 发布日期:2017-05-19
    • 文件大小:5558418
    • 提供者:龙枫
  1. VB-MouseRightButton

    0下载:
  2. VB 禁用鼠标右键,全局HOOK右键无效-VB disable the right mouse button, right-invalid global HOOK
  3. 所属分类:Hook api

    • 发布日期:2017-03-31
    • 文件大小:3753
    • 提供者:乾坤乃吾儿
  1. KEYB_HOOK

    0下载:
  2. 采用HOOK ,对键盘及鼠标进行信息的获取。-By HOOK, on the keyboard and mouse access to information.
  3. 所属分类:Hook api

    • 发布日期:2017-04-04
    • 文件大小:1023
    • 提供者:孙涛
  1. MouseKeyHook

    0下载:
  2. HOOK鼠标键盘的程序, 能做全局HOOK-HOOK procedures for mouse and keyboard, can do a global HOOK
  3. 所属分类:Hook api

    • 发布日期:2017-04-03
    • 文件大小:47338
    • 提供者:镙丝丁
« 1 2 ... 15 16 17 18 19 2021 22 23 24 25 »
搜珍网 www.dssz.com