搜索资源列表
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
mousehook
- 实现适时获取当前鼠标所在窗口的标题,并将其显示在一个EDITBOX中. Windows系统是建立在事件驱动的机制上的,说穿了就是整个系统都是通 过消息的传递来实现的。而钩子是Windows系统中非常重要的系统接口, 用它可以截获并处理送给其他应用程序的消息,来完成普通应用程序难以 实现的功能。钩子的种类很多,每种钩子可以截获并处理相应的消息,如 键盘钩子可以截获键盘消息,外壳钩子可以截取、启动和关闭应用程序的消 息等。本文在VC6编程环境下实现了一个简单的鼠标钩子程序,并
mousehook
- 一个简单的鼠标钩子才程序,实现适时获取当前鼠标所在窗口的标题,并将其显示在一个EDITBOX中
WWW.Ahaoz.CoM__vc511667445677743
- 一个简单的鼠标钩子程序 实现适时获取当前鼠标所在窗口的标题
Mousehook
- 一个简单的鼠标钩子程序 实现适时获取当前鼠标所在窗口的标题,并将其显示在一个EDITBOX中
mouse_hook
- 鼠标钩子程序。通过移动鼠标到窗口。可以取得该窗口的标题
mouse_hook
- 讲述如何实现鼠标钩子编程,编辑框内显示鼠标当前所在窗口的标题。
GetWndTitle
- 利用钩子获取窗口标题并在控件中显示的程序,并有TIP提示操作方法
Mouse
- 本实例利用鼠标钩子实现了对鼠标所在窗口标题的捕捉
programe
- 鼠标钩子程序,实现适时获取当前鼠标所在窗口的标题,并将其显示在一个EDITBOX中.
mousehook
- 一个鼠标钩子程序 实现适时获取当前鼠标所在窗口的标题,并将其显示在一个EDITBOX中
Mouse.rar
- 简单的鼠标钩子,能捕获鼠标所在窗口的标题,并显示在指定文本框中。适合初学者。,A simple mouse hook to capture the title of the window where the mouse and displays the specified text box. Suitable for beginners.
globalHook.rar
- 全局钩子的一个例子,能截获CBT_Active消息,对该窗口的标题进行修改,对了解钩子有很好的作用,An example of the global hook that can intercept CBT_Active message, the title of the window changes to the understanding of the role of good hook
getcolor.rar
- C++编写的屏幕拾色器,拖动鼠标就可以获取屏幕任意一点的的颜色,然后给出16进制和RGB颜色值,并将值存入剪贴板;同时在拖动取色过程中适时显示鼠标位置座标、窗口句柄、窗口类名以及窗口标题,因此,这个程序也可以说成是一个鼠标钩子程序,对研究C++还是有帮助的。,C++ to prepare up color screen, and drag the mouse on the screen can get the color of any point, and then given 16 hexad
MousehookDll
- 创建记录当前鼠标所在窗口标题信息的鼠标钩子D-Create a record where the window title of the current mouse mouse hook DLL Information
GETcolor
- C++编写的屏幕拾色器,拖动鼠标就可以获取屏幕任意一点的的颜色,然后给出16进制和RGB颜色值,并将值存入剪贴板;同时在拖动取色过程中适时显示鼠标位置座标、窗口句柄、窗口类名以及窗口标题,因此,这个程序也可以说成是一个鼠标钩子程序,对研究C++还是有帮助的。-C++ Prepared Found color screen, and drag the mouse on the screen can be accessed at any point of the color, and then gi
MouseHook
- 简单的鼠标钩子例子,可显示鼠标所在窗口的标题!模拟金山词霸取词功能,包括一个系统钩子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 procedure!
HookMouse
- 一款不错的VC++鼠标钩子程序,打开本程序后,鼠标主到打开的任一窗口的标题栏上,该窗口的信息就会显示在钩子程序里显示,和以往的鼠标钩子有点区别。程序一共分两部分,一部分是Mousehook.dll的源程序,另一部分则是调用些DLL生成的钩子程序。在VC6下编译通过。-A good VC++ mouse hook procedure, open the process, the mouse to open the main window title bar of any of the inform
HideWindows
- VC++基于键盘钩子写的一个小程序,用来枚举当前所有打开的窗口名称、标题、类名称等,并实施强制隐藏、显示所选窗口,内含键盘钩子的DLL源文件,测试文件编译后要和DLL文件存放在一个目录中。-VC++ based on the keyboard hook to write a small program used to enumerate all currently open windows name, title, class name, etc., and mandatory hide, sh
DLL
- 完成在DLL中下全局的钩子,主要是获得窗口的标题-完成在DLL中下全局的钩子