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

搜索资源列表

  1. FindProess

    0下载:
  2. 此程序可以显示鼠标所在位置的相关信息和显示当前进程及其路径 信息有:前位置的句柄、类名、当前控件的内容、颜色等。-this procedure can show the location of the mouse-related information and display the current process and path information : the former location of the handle, a class name, the contents of t
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:190763
    • 提供者:生来
  1. 获得桌面颜色

    0下载:
  2. 用鼠标钩子对鼠标消息进行拦截来得到鼠标在目前的位置,然后由的到的坐标来取得颜色值,-mouse news hook to intercept the mouse to be in the current mouse position, then the coordinates to get the color value,
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:65204
    • 提供者:李力
  1. MouseHookandKeyBoardHook

    1下载:
  2. 鼠标钩子:记录当前窗口的句柄来判断鼠标是否离开窗口边界,并将鼠标位置处的窗口名称实时地显示出来. 键盘钩子:捕获用户键盘消息并利用消息框进行显示.-mouse hook : a record current window handle to determine whether the mouse left window border, and the location of the mouse window title is displayed in real-time. keyboard
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:181923
    • 提供者:李宇亮
  1. munishubiao

    0下载:
  2. 模拟鼠标移动和点击,双击,按下,弹起,移动到指定位置等功能-simulated mouse movement and click, double-click, press, pop-up and moving to the designated location, and other functions
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:3536
    • 提供者:raphaelrupert
  1. getwords

    1下载:
  2. visual C++的屏幕取词程序,利用hook技术,把鼠标移到屏幕上由此的位置,按ctrl键即可得到鼠标所指的单词
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:48227
    • 提供者:李永健
  1. subiaoquci

    0下载:
  2. 屏幕上的大多数文字都是由gdi32.dll的以下几个函数显示的: TextOuA,TextOutW,ExtTextOutA,ExtTextOutW。象user32.dll中的DrawTextA, DrawTextW都是调用GDI32.DLL的这几个函数实现的。其实大家都知道实现 屏幕抓词的关键是如何截获对这几个函数的调用。我从易到难简要描述一下 实现抓词需要做的几件事: 一、 得到鼠标的当前位置。 二、向鼠标下的窗口发重画消息,让它调用系统函数重画。 三、
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:1799533
    • 提供者:he
  1. shubiao

    1下载:
  2. 这是一个鼠标钩子的应用示例程序,该源程序是在C++Builder编程环境下编译通过,运行后可以的到鼠标指向的屏幕坐标位置。
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:66435
    • 提供者:liqiangqiang
  1. winHookTestfz

    0下载:
  2. QQ悬挂窗口主要特点就是结合窗口以及鼠标的位置,并通过鼠标事件来调整窗口的显示方式。
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:130703
    • 提供者:MING
  1. movemouse

    0下载:
  2. 这是一个通过钩子获取鼠标移动的小程序,能很好的获取鼠标的位置和控制移动-This is a hook through mobile access to a small mouse procedure can be very good access to the location of the mouse and control mobile
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:38855
    • 提供者:xzc
  1. vc消息捕捉

    0下载:
  2. 这是一个用vc实现的有关消息捕捉的程序,可一得到鼠标的位置及键盘的按下情况-This is a realization of the vc used the news of the capture, may be a position of the mouse and keyboard of the press
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:135942
    • 提供者:赵利君
  1. mousehook.rar

    0下载:
  2. 在系统中挂接全局鼠标钩子,可以捕获任何时刻任何程序中的鼠标位置。,Articulated in the system global mouse hook, you can capture any process at any time the location of the mouse.
  3. 所属分类:Hook api

    • 发布日期:2017-03-29
    • 文件大小:39621
    • 提供者:lixiaotai
  1. screen

    0下载:
  2. VB获取屏幕鼠标经过颜色值及鼠标所在位置的坐标.-Access to the screen after the mouse VB color value and location coordinates of the mouse.
  3. 所属分类:Hook api

    • 发布日期:2017-03-28
    • 文件大小:2268
    • 提供者:Kewain
  1. ScrGetWord_BCB

    0下载:
  2. 使用C++Builder6编写的取鼠标位置的单词,就像金山词霸等翻译软件一样,已调试通过。-The use of C++ Builder6 prepared to take the mouse location of the word, such as Kingsoft translation software, has been debugging through.
  3. 所属分类:Hook api

    • 发布日期:2017-04-01
    • 文件大小:366279
    • 提供者:小草
  1. 14160Heer

    0下载:
  2. 屏幕取词,由鼠标位置取得文字。类似金山词霸的取词功能-Capture Characters from Screen, from the mouse location to obtain text. Kingsoft to take a similar word function
  3. 所属分类:Hook api

    • 发布日期:2017-04-06
    • 文件大小:132446
    • 提供者:maco
  1. MouseProgress

    0下载:
  2. 通过钩子截获鼠标位置,在鼠标位置绘制处理进度条,比较漂亮,在源码论坛档的-Intercepted by the hook the mouse position, mouse position drawn in the progress of the Ordinance, more beautiful, in the source file forum
  3. 所属分类:Hook api

    • 发布日期:2017-03-28
    • 文件大小:23178
    • 提供者:zhx
  1. cs8_gl3

    0下载:
  2. 得到鼠标位置处,对鼠标滚轮事件进行处理很好用的钩子程序-Get the mouse position on mouse wheel events office for processing
  3. 所属分类:Hook api

    • 发布日期:2017-04-13
    • 文件大小:2604
    • 提供者:hxjtxd
  1. hehavior-record

    1下载:
  2. 可记录多种用户行为。MFC。键盘操作记录,鼠标操作记录,鼠标位置记录,空闲时间记录,各钟操作所占比例等.VC6编译下通过,有友好界面-behavior record,include keyboard , mouse......。VC6
  3. 所属分类:Hook api

    • 发布日期:2015-08-24
    • 文件大小:17112064
    • 提供者:hack10002
  1. TrailMousePos

    0下载:
  2. vc 鼠标位置追踪\TrailMousePos的程序源码,值得一看!-Mouse location tracking vc \ TrailMousePos the program source code, worth a visit!
  3. 所属分类:Hook api

    • 发布日期:2017-04-01
    • 文件大小:25457
    • 提供者:黄红卫
  1. xb

    0下载:
  2. 一个可以获取鼠标位置的源码,使用全局钓子,适用外挂制作初学者-One can obtain the source code of the mouse position, using the global fishing sub-apply the plug-in production beginners
  3. 所属分类:Hook api

    • 发布日期:2017-11-12
    • 文件大小:6204
    • 提供者:陈中
  1. 跟随鼠标获取句柄

    0下载:
  2. 通过鼠标钩子勾住鼠标所在位置控件,获取该控件的句柄。(Through the mouse hook to hook the mouse position control, access to the handle of the control.)
  3. 所属分类:钩子与API截获

    • 发布日期:2018-01-01
    • 文件大小:11264
    • 提供者:alfeng
« 12 »
搜珍网 www.dssz.com