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
    • 文件大小:186.29kb
    • 提供者:生来
  1. Mouse_hook_

    0下载:
  2. 一个简单的鼠标钩子程序 实现适时获取当前鼠标所在窗口的标题,并将其显示在一个EDITBOX中-a simple mouse hook procedures to achieve timely access to the current window where the mouse title, and its display in which a EDITBOX
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:9.55kb
    • 提供者:Kurt
  1. GlobalHook

    1下载:
  2. 此程序实现了全局鼠标钩子,其他钩子也可如法炮制,还实现了一个圆形的透明窗口用于动态显示当前系统时间,并且始终跟随鼠标。-this program achieved the global mouse hook, the hook has other wineries. also achieving a circular transparent window for the dynamic display of the current system time, and always follow t
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:79.76kb
    • 提供者:曾潜明
  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
    • 文件大小:177.66kb
    • 提供者:李宇亮
  1. mousehook

    1下载:
  2. 实现适时获取当前鼠标所在窗口的标题,并将其显示在一个EDITBOX中. Windows系统是建立在事件驱动的机制上的,说穿了就是整个系统都是通 过消息的传递来实现的。而钩子是Windows系统中非常重要的系统接口, 用它可以截获并处理送给其他应用程序的消息,来完成普通应用程序难以 实现的功能。钩子的种类很多,每种钩子可以截获并处理相应的消息,如 键盘钩子可以截获键盘消息,外壳钩子可以截取、启动和关闭应用程序的消 息等。本文在VC6编程环境下实现了一个简单的鼠标钩子程序,并
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:21.68kb
    • 提供者:杨秉岐
  1. mousehook

    0下载:
  2. 一个简单的鼠标钩子才程序,实现适时获取当前鼠标所在窗口的标题,并将其显示在一个EDITBOX中
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:28.71kb
    • 提供者:陈鹏飞
  1. subiaoquci

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

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

    0下载:
  2. 一个简单的鼠标钩子程序 实现适时获取当前鼠标所在窗口的标题,并将其显示在一个EDITBOX中
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:9.54kb
    • 提供者:arthur
  1. programe

    0下载:
  2. 鼠标钩子程序,实现适时获取当前鼠标所在窗口的标题,并将其显示在一个EDITBOX中.
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:40.37kb
    • 提供者:supcon
  1. mousehook

    0下载:
  2. 一个鼠标钩子程序 实现适时获取当前鼠标所在窗口的标题,并将其显示在一个EDITBOX中
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:42.14kb
    • 提供者:shard
  1. KeyboardMouseMonitor

    0下载:
  2. 一个简单的鼠标钩子程序 实现适时获取当前鼠标所在窗口的标题,并将其显示在一个EDITBOX中-Keyboard and mouse hook examples. Can capture the window s title pointed by mouse and display it.
  3. 所属分类:Hook api

    • 发布日期:2017-04-06
    • 文件大小:98.04kb
    • 提供者:tjlxxla
  1. mousehook

    0下载:
  2. hook鼠标获取当前窗口的鼠标坐标,并显示到单文档中-mouse hook to get the current mouse coordinates of the window and displays into a single document
  3. 所属分类:Hook api

    • 发布日期:2017-05-15
    • 文件大小:3.46mb
    • 提供者:周广平
搜珍网 www.dssz.com