搜索资源列表
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_hook_
- 一个简单的鼠标钩子程序 实现适时获取当前鼠标所在窗口的标题,并将其显示在一个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
GlobalHook
- 此程序实现了全局鼠标钩子,其他钩子也可如法炮制,还实现了一个圆形的透明窗口用于动态显示当前系统时间,并且始终跟随鼠标。-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
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
mousehook
- 实现适时获取当前鼠标所在窗口的标题,并将其显示在一个EDITBOX中. Windows系统是建立在事件驱动的机制上的,说穿了就是整个系统都是通 过消息的传递来实现的。而钩子是Windows系统中非常重要的系统接口, 用它可以截获并处理送给其他应用程序的消息,来完成普通应用程序难以 实现的功能。钩子的种类很多,每种钩子可以截获并处理相应的消息,如 键盘钩子可以截获键盘消息,外壳钩子可以截取、启动和关闭应用程序的消 息等。本文在VC6编程环境下实现了一个简单的鼠标钩子程序,并
mousehook
- 一个简单的鼠标钩子才程序,实现适时获取当前鼠标所在窗口的标题,并将其显示在一个EDITBOX中
subiaoquci
- 屏幕上的大多数文字都是由gdi32.dll的以下几个函数显示的: TextOuA,TextOutW,ExtTextOutA,ExtTextOutW。象user32.dll中的DrawTextA, DrawTextW都是调用GDI32.DLL的这几个函数实现的。其实大家都知道实现 屏幕抓词的关键是如何截获对这几个函数的调用。我从易到难简要描述一下 实现抓词需要做的几件事: 一、 得到鼠标的当前位置。 二、向鼠标下的窗口发重画消息,让它调用系统函数重画。 三、
Mousehook
- 一个简单的鼠标钩子程序 实现适时获取当前鼠标所在窗口的标题,并将其显示在一个EDITBOX中
programe
- 鼠标钩子程序,实现适时获取当前鼠标所在窗口的标题,并将其显示在一个EDITBOX中.
mousehook
- 一个鼠标钩子程序 实现适时获取当前鼠标所在窗口的标题,并将其显示在一个EDITBOX中
KeyboardMouseMonitor
- 一个简单的鼠标钩子程序 实现适时获取当前鼠标所在窗口的标题,并将其显示在一个EDITBOX中-Keyboard and mouse hook examples. Can capture the window s title pointed by mouse and display it.
mousehook
- hook鼠标获取当前窗口的鼠标坐标,并显示到单文档中-mouse hook to get the current mouse coordinates of the window and displays into a single document