搜索资源列表
FindProess
- 此程序可以显示鼠标所在位置的相关信息和显示当前进程及其路径 信息有:前位置的句柄、类名、当前控件的内容、颜色等。-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
获得桌面颜色
- 用鼠标钩子对鼠标消息进行拦截来得到鼠标在目前的位置,然后由的到的坐标来取得颜色值,-mouse news hook to intercept the mouse to be in the current mouse position, then the coordinates to get the color value,
MouseHookandKeyBoardHook
- 鼠标钩子:记录当前窗口的句柄来判断鼠标是否离开窗口边界,并将鼠标位置处的窗口名称实时地显示出来. 键盘钩子:捕获用户键盘消息并利用消息框进行显示.-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
munishubiao
- 模拟鼠标移动和点击,双击,按下,弹起,移动到指定位置等功能-simulated mouse movement and click, double-click, press, pop-up and moving to the designated location, and other functions
getwords
- visual C++的屏幕取词程序,利用hook技术,把鼠标移到屏幕上由此的位置,按ctrl键即可得到鼠标所指的单词
subiaoquci
- 屏幕上的大多数文字都是由gdi32.dll的以下几个函数显示的: TextOuA,TextOutW,ExtTextOutA,ExtTextOutW。象user32.dll中的DrawTextA, DrawTextW都是调用GDI32.DLL的这几个函数实现的。其实大家都知道实现 屏幕抓词的关键是如何截获对这几个函数的调用。我从易到难简要描述一下 实现抓词需要做的几件事: 一、 得到鼠标的当前位置。 二、向鼠标下的窗口发重画消息,让它调用系统函数重画。 三、
shubiao
- 这是一个鼠标钩子的应用示例程序,该源程序是在C++Builder编程环境下编译通过,运行后可以的到鼠标指向的屏幕坐标位置。
winHookTestfz
- QQ悬挂窗口主要特点就是结合窗口以及鼠标的位置,并通过鼠标事件来调整窗口的显示方式。
movemouse
- 这是一个通过钩子获取鼠标移动的小程序,能很好的获取鼠标的位置和控制移动-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
vc消息捕捉
- 这是一个用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
mousehook.rar
- 在系统中挂接全局鼠标钩子,可以捕获任何时刻任何程序中的鼠标位置。,Articulated in the system global mouse hook, you can capture any process at any time the location of the mouse.
screen
- VB获取屏幕鼠标经过颜色值及鼠标所在位置的坐标.-Access to the screen after the mouse VB color value and location coordinates of the mouse.
ScrGetWord_BCB
- 使用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.
14160Heer
- 屏幕取词,由鼠标位置取得文字。类似金山词霸的取词功能-Capture Characters from Screen, from the mouse location to obtain text. Kingsoft to take a similar word function
MouseProgress
- 通过钩子截获鼠标位置,在鼠标位置绘制处理进度条,比较漂亮,在源码论坛档的-Intercepted by the hook the mouse position, mouse position drawn in the progress of the Ordinance, more beautiful, in the source file forum
cs8_gl3
- 得到鼠标位置处,对鼠标滚轮事件进行处理很好用的钩子程序-Get the mouse position on mouse wheel events office for processing
hehavior-record
- 可记录多种用户行为。MFC。键盘操作记录,鼠标操作记录,鼠标位置记录,空闲时间记录,各钟操作所占比例等.VC6编译下通过,有友好界面-behavior record,include keyboard , mouse......。VC6
TrailMousePos
- vc 鼠标位置追踪\TrailMousePos的程序源码,值得一看!-Mouse location tracking vc \ TrailMousePos the program source code, worth a visit!
xb
- 一个可以获取鼠标位置的源码,使用全局钓子,适用外挂制作初学者-One can obtain the source code of the mouse position, using the global fishing sub-apply the plug-in production beginners
跟随鼠标获取句柄
- 通过鼠标钩子勾住鼠标所在位置控件,获取该控件的句柄。(Through the mouse hook to hook the mouse position control, access to the handle of the control.)