CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - 鼠标 hook

搜索资源列表

  1. 利用鼠标钩子隐藏窗体

    0下载:
  2. 利用鼠标钩子隐藏界面的例子程序,方便初学者学习鼠标钩子用法-use of the mouse interface hook hidden example in order to facilitate beginners learning mouse usage hook
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:163.51kb
    • 提供者:李市民
  1. hook.rar

    0下载:
  2. delphi delphi 鼠标键盘钩子,delphi 鼠标键盘钩子
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:171.16kb
    • 提供者:田焕福
  1. MouseMeter

    1下载:
  2. 这是个基于VB版的鼠标钩子程序,程序适时跟踪计算鼠标坐标、移动距离、像素转换等,还可以设置窗口永远在最上层,不遮挡!-This is based on the VB version of the mouse hook procedure, timely follow-up procedures for calculating the coordinates of the mouse, move distance, pixel conversion, you can set the window
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-28
    • 文件大小:2.6kb
    • 提供者:182
  1. hook

    0下载:
  2. 鼠标\光标\键盘等钩子程序 -Mouse cursor keyboard hook procedure
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-12
    • 文件大小:87.81kb
    • 提供者:dengxin
  1. Hook

    0下载:
  2. 钩子是WINDOWS中消息处理机制的一个要点,通过安装各种钩子,应用程序能够设置相应的子例程来监视系统里的消息传递以及在这些消息到达目标窗口程序之前处理它们。钩子的种类很多,每种钩子可以截获并处理相应的消息,如键盘钩子可以截获键盘消息,鼠标钩子可以截获鼠标消息,外壳钩子可以截获启动和关闭应用程序的消息,日志钩子可以监视和记录输入事件。钩子分为线程专用钩子和全局钩子,线程专用钩子只监视指定的线程,要监视系统中的所有线程,必须用到全局钩子。对于全局钩子,钩子函数必须包含在独立的动态链接库(DLL)中
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-16
    • 文件大小:201.95kb
    • 提供者:changyou
  1. HOOKAPI

    0下载:
  2. 使用钩子函数-数据传递HOOKAPI获取当前鼠标指针的全局钩子源码-The use of hook function- HOOK API data transfer mouse pointer access to the current global hook source
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-28
    • 文件大小:222.2kb
    • 提供者:csdner
  1. hook

    0下载:
  2. 截取鼠标和键盘的信息.从而看起来和死机一样.后门是alt+f2-The interception of information on mouse and keyboard. Which looks like death. The back door is the alt+ f2
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-17
    • 文件大小:72.04kb
    • 提供者:meng_ing
  1. click

    0下载:
  2. VC2008源码 鼠标点击器 采用全局HOOK以及模拟鼠标点击实现 供学习使用-VC2008 source device to adopt a common HOOK mouse click, as well as simulated mouse clicks to achieve for learning to use
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-11
    • 文件大小:2.59mb
    • 提供者:heyangya
  1. c_mouse

    0下载:
  2. c++ 鼠标事件的操作,包括介绍了一些深入到系统调用的事件,如鼠标钩子-c++ mouse programing,including hook
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-12
    • 文件大小:2.75mb
    • 提供者:chengzhongyang
  1. hook

    0下载:
  2. 按 F2 退出 拦截鼠标/键盘消息。采用 隐式连接 -Press ' F2' out to intercept the mouse/keyboard messages. An implicit connection
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-14
    • 文件大小:3.6mb
    • 提供者:刘转
  1. VBHookmouse

    0下载:
  2. VB Hook捕获鼠标和键盘消息 含代码_不用timer,不错不错-VB Hook capture mouse and keyboard messages containing code _ no timer, bad bad ~~~~~~~~~~~~~~~~~~~~~
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-28
    • 文件大小:11.83kb
    • 提供者:和谐
  1. hook-vc2010

    0下载:
  2. 有很多鼠标钩子的程序下载不能运行,本程序重新修改后编译成功,并付执行文件。本程序实现对窗口消息的截获,是通过调用dll实现显示鼠标在桌面上坐标。-There are many mouse hook download can not run, the program compiles successfully re-revised, and pay the executable file. The program realization of the intercepted message win
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:257.55kb
    • 提供者:kevin
  1. hook-mouse

    0下载:
  2. 鼠标钩子的例子,包括移动,单击,双击等等。-The mouse hook example of including mobile, click, double click, and so on.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-17
    • 文件大小:4.3mb
    • 提供者:陈晓光
  1. Examples-of-global-mouse-hook

    0下载:
  2. C++鼠标钩子实例,实时实现鼠标移动显示显示窗口标题-failed to translate
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-14
    • 文件大小:57kb
    • 提供者:fasf
  1. MouseTrace

    0下载:
  2.  MouseTrace,用 VC++写的鼠标Hook钩子,获取X,Y坐标,并适时显示在窗体上,如上图示,在窗体上移动鼠标,坐标信息会被跟踪,移出窗体则无效。-MouseTrace mouse Hook with VC++ write hook for X, Y coordinates and time display on the form, such as the icon, move the mouse on the form, the coordinate information is t
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-08
    • 文件大小:26.98kb
    • 提供者:吴淑玉
  1. hook

    0下载:
  2. 利用Hook技术,得到窗口上的鼠标键盘等系统消息,可作为入门例子-Hook technology used, to get on the window system messages such as mouse and keyboard can be used as introductory example
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-26
    • 文件大小:255.8kb
    • 提供者:Tassel
  1. VB_HotKey_Configuration_Sample

    0下载:
  2. 一个VB写的全局键盘鼠标HOOK,希望帮到,有需要的人-Write a VB global keyboard and mouse HOOK, want to help, there are people in need...
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-16
    • 文件大小:35.16kb
    • 提供者:zhuying
  1. hook

    0下载:
  2. WINCE很好用的鼠标钩子函数,请下载使用学习-Mouse hook function WINCE good use, please download learning
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-15
    • 文件大小:6.72kb
    • 提供者:da
  1. MouseHook

    0下载:
  2. 一个系统编程序方面,鼠标HOOK的列子源码,可以用在游戏外挂方面。-Programmed aspects of a system, the mouse HOOK Liezi source plug-in can be used in game terms.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-01
    • 文件大小:439.84kb
    • 提供者:阿龙
  1. HOOK

    1下载:
  2. 鼠标钩子源代码,向编辑框窗口传送当前鼠标所在窗口的标题-Mouse hook source code, the transfer window to edit the current mouse location box window title
  3. 所属分类:Windows Kernel

    • 发布日期:2017-06-19
    • 文件大小:27.33mb
    • 提供者:
« 12 »
搜珍网 www.dssz.com