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

搜索资源列表

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

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

    • 发布日期:2008-10-13
    • 文件大小:167433
    • 提供者:李市民
  1. sbxxgz

    0下载:
  2. 鼠标消息钩子,利用Delphi7.0编程,含源码!-mouse news hook, using Delphi7.0 programming, including source code!
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:253792
    • 提供者:ss
  1. VC-system-programming

    1下载:
  2. 包括:cdrom控制,cpu和mouse信息,USB编程,测试cpu速度,检测键盘按键,列出进程,鼠标钩子编程,系统信息获取,注册表编程-include : cdrom control, cpu and mouse information, USB programming, cpu speed test to detect the keyboard keys, listing process, the mouse hook programming, system information acce
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:619862
    • 提供者:hugh
  1. Screen_Capture

    0下载:
  2. 利用Visual C++ 6.0写的屏幕截图程序。 程序是在鼠标钩子的基础上实现屏幕截图。另外这个程序还实现了全屏显示的功能。 本程序能以BMP位图格式保存截取到图片。-using Visual C 6.0 Screenshots written procedures. Procedures in the mouse hook on the basis of screenshots. Also this procedure has achieved a full screen displ
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:65056
    • 提供者:宋芬
  1. 2005325183220756

    0下载:
  2. vc制作型号密码查看器.熟悉系统编程的应该知道钩子能截获系统并得理发送给其它应用程序的消息,能完成一般程序无法完成的功能。这里我们主要用到了WH_KEYBOARD 键盘钩子和WH_MOUSE 鼠标钩子.-vc production models password viewer. Programming familiar with the system should know hook system capable of intercepting and with the other barber
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:24398
    • 提供者:阿飞
  1. hook.rar

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

    • 发布日期:2017-03-29
    • 文件大小:175266
    • 提供者:田焕福
  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
    • 文件大小:2661
    • 提供者:182
  1. mousegouzi

    0下载:
  2. 鼠标钩子程序,由VC++编写,可以显示当前鼠标所在的窗口的名称-Mouse hook procedures, by VC++ Prepared, you can display the current mouse window where the name of
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-28
    • 文件大小:83656
    • 提供者:liushilong
  1. Hook

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

    • 发布日期:2017-04-16
    • 文件大小:206799
    • 提供者: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
    • 文件大小:227531
    • 提供者:csdner
  1. HookMouse

    0下载:
  2. 一款不错的VC++鼠标钩子程序,打开本程序后,鼠标主到打开的任一窗口的标题栏上,该窗口的信息就会显示在钩子程序里显示,和以往的鼠标钩子有点区别。程序一共分两部分,一部分是Mousehook.dll的源程序,另一部分则是调用些DLL生成的钩子程序。在VC6下编译通过。-A good VC++ mouse hook procedure, open the process, the mouse to open the main window title bar of any of the inform
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-27
    • 文件大小:22465
    • 提供者:128
  1. c_mouse

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

    • 发布日期:2017-05-12
    • 文件大小:2879604
    • 提供者:chengzhongyang
  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
    • 文件大小:263734
    • 提供者: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
    • 文件大小:4513264
    • 提供者:陈晓光
  1. CPPmouse

    0下载:
  2. 关于鼠标钩子的代码,用C++编的,具体的话看代码吧-About mouse hook code compiled with C++, specific look at the code.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-30
    • 文件大小:762887
    • 提供者:月童
  1. Examples-of-global-mouse-hook

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

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

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

    • 发布日期:2017-04-15
    • 文件大小:6883
    • 提供者:da
  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
    • 文件大小:28662561
    • 提供者:
  1. UseMouseHook

    0下载:
  2. DLL开发与系统编程——调用鼠标钩子DLL,显示鼠标所在窗口的标题-DLL development and systems programming- Calling the mouse hook DLL, the window displays the title of the mouse cursor
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-04
    • 文件大小:36158
    • 提供者:万小丽
  1. EQKOGE648

    0下载:
  2. 鼠标钩子例程截获同时按下左右键钩子,很不错的易语言源码,适合易语言爱好者使用,()
  3. 所属分类:系统/网络安全

    • 发布日期:2018-05-07
    • 文件大小:1024
    • 提供者:eowar
« 12 »
搜珍网 www.dssz.com