搜索资源列表

  1. mousehook

    0下载:
  2. 安装一个鼠标钩子-install a mouse hook
  3. 所属分类:Windows编程

    • 发布日期:2024-05-09
    • 文件大小:40960
    • 提供者:afiw
  1. 屏幕取词之MouseHook

    1下载:
  2. 屏幕取词中,截获当前鼠标消息的部分。程序根据当前点得到当前窗口的文字。- The screen takes in the word, interception current mouse news part. The procedure basis current spot obtains the current window the writing.
  3. 所属分类:钩子与API截获

    • 发布日期:2024-05-09
    • 文件大小:5120
    • 提供者:
  1. vc_jiqiaoshili_part5

    0下载:
  2. Visual.C++程序设计技巧与实例--配套光盘 第5章 消息映射与处理 本章共8个实例: 1. Mouse鼠标消息示例 2. KeyBoard键盘消息示例 3. Sender_Reveiver利用消息来实现内部进程通信 4. MouseHook鼠标钩子示例 5. SubClass通过子分类来重定向消息 6. SuperClass超分类示例 7. Test重载OnCmdMsg来截获和重定向消息
  3. 所属分类:钩子与API截获

    • 发布日期:2024-05-09
    • 文件大小:475136
    • 提供者:xixi
  1. mousehook

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

    • 发布日期:2024-05-09
    • 文件大小:21504
    • 提供者:杨秉岐
  1. mousehook

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

    • 发布日期:2024-05-09
    • 文件大小:28672
    • 提供者:陈鹏飞
  1. MouseHook

    0下载:
  2. 比较简单的鼠标钩子,实现鼠标钩子基本功能-Relatively simple mouse hook, hook realize the basic functions of the mouse
  3. 所属分类:钩子与API截获

    • 发布日期:2024-05-09
    • 文件大小:23552
    • 提供者:fjs
  1. MouseHook

    0下载:
  2. C#2005下鼠标全局钩子的实现演示源代码.-C# 2005 a mouse global hook under the realization of demo source code.
  3. 所属分类:钩子与API截获

    • 发布日期:2024-05-09
    • 文件大小:95232
    • 提供者:王子
  1. MouseHook

    0下载:
  2. 钩子函数入门实例。 系统钩子的编程实例-Example entry hook function. Hook programming examples
  3. 所属分类:钩子与API截获

    • 发布日期:2024-05-09
    • 文件大小:53248
    • 提供者:beijing
  1. MouseHook

    0下载:
  2. Mouse Hook,简单的全局钩子程序,对指定的事件进行过滤.-Mouse Hook, a simple global hook procedures, the specified event filter.
  3. 所属分类:钩子与API截获

    • 发布日期:2024-05-09
    • 文件大小:48128
    • 提供者:wu0251
  1. message

    0下载:
  2. vc++消息处理实例:CMDFUN,KEYBOARD,MOUSE,MOUSEHOOK,SENDER_REVEIVER,SUBCLASS,SUPERCLASS,TEST-vc++ message handling example: CMDFUN, KEYBOARD, MOUSE, MOUSEHOOK, SENDER_REVEIVER, SUBCLASS, SUPERCLASS, TEST
  3. 所属分类:钩子与API截获

    • 发布日期:2024-05-09
    • 文件大小:395264
    • 提供者:123
  1. Mousehook

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

    • 发布日期:2024-05-09
    • 文件大小:9216
    • 提供者:arthur
  1. mousehook

    0下载:
  2. 一个鼠标勾子例子程序!非常简单,仅供初学者使用-Example of a mouse hook procedure! Very simple to use for beginners
  3. 所属分类:系统编程

    • 发布日期:2024-05-09
    • 文件大小:353280
    • 提供者:lazymice
  1. mousehook

    0下载:
  2. 用钩子实现对鼠标的操作,可以截留鼠标信息,很方便-Using hook to realize the operation of the mouse, you can retain the mouse information, very convenient
  3. 所属分类:钩子与API截获

    • 发布日期:2024-05-09
    • 文件大小:88064
    • 提供者:樊英平
  1. mousehook

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

    • 发布日期:2024-05-09
    • 文件大小:43008
    • 提供者:shard
  1. MouseHook

    0下载:
  2. 简单的鼠标钩子例子,可显示鼠标所在窗口的标题!模拟金山词霸取词功能,包括一个系统钩子DLL和调用程序!-A simple mouse hook example, where the window can display the title of the mouse! Simulation PowerWord check word features, including a system hook DLL and call the pro
  3. 所属分类:钩子与API截获

    • 发布日期:2024-05-09
    • 文件大小:38912
    • 提供者:wwjestudio
  1. mousehook

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

    • 发布日期:2024-05-09
    • 文件大小:38912
    • 提供者:lixiaotai
  1. Mousehook

    0下载:
  2. 仙剑online外挂加抓图抓坐标工具: vc--vs2008 1.在游戏界面按任意键可以抓取当前坐标的坐标值和rgb颜色。 2.仙剑online自动打怪、加血功能: 其中怪物血值和自己人物的血值颜色、坐标需要用1中的功能抓取后替换到代码中。-仙剑online plug-plus drawings coordinates grasping tools: vc- vs2008 1. In the game interface
  3. 所属分类:外挂编程

    • 发布日期:2024-05-09
    • 文件大小:68608
    • 提供者:李建
  1. MyIEBar

    0下载:
  2. 用delphi编写的my ie bar, ...Console...IE_BAR...IETool...MouseHook -Delphi prepared with my ie bar, ... Console ... IE_BAR ... IETool ... MouseHook
  3. 所属分类:Dephi控件源码

    • 发布日期:2024-05-09
    • 文件大小:683008
    • 提供者:karlson
  1. Mousehook

    0下载:
  2. 此代码是一个经典的鼠标钩子的程序,阐述了MFC的钩子的功能-mouse hook
  3. 所属分类:Windows编程

    • 发布日期:2024-05-09
    • 文件大小:65536
    • 提供者:yanzhou
  1. mousehook

    0下载:
  2. WINCE5.0 下键盘鼠标钩子源码 注:WINCE6下貌似不能用-wince5.0 keyboard hook
  3. 所属分类:Windows CE

    • 发布日期:2024-05-09
    • 文件大小:32768
    • 提供者:ghosta
« 12 3 4 5 6 »

源码中国 www.ymcn.org