搜索资源列表
屏幕取词之MouseHook
- 屏幕取词中,截获当前鼠标消息的部分。程序根据当前点得到当前窗口的文字。- The screen takes in the word, interception current mouse news part. The procedure basis current spot obtains the current window the writing.
APIHook_Gid32
- 这个是用鼠标进行屏幕取词的delphi源码,对金山词霸取词感兴趣的可以下载研究一下-this is the mouse for the Capture Characters from Screen delphi source, free email from the word interesting study can be downloaded
Wingetword
- Windows NT2000 屏幕取词的程序,能够把鼠标光标附近的单词抓取过来-Windows (Capture Characters from Screen procedures can near the mouse cursor over the word crawls
getwords
- visual C++的屏幕取词程序,利用hook技术,把鼠标移到屏幕上由此的位置,按ctrl键即可得到鼠标所指的单词
GetWord.rar
- 屏幕取词,利用windows的钩子函数进行进程注入,可获得鼠标所在位置的单词。,Screen, use the hook function windows process can get the mouse location of the word.
VCHookDemo
- VC++全局钩子的实现,能够是实现全局钩子的 鼠标取词,get word。利用Windows API钩子技术实现全屏幕取词。 vc++编写的鼠标键盘消息的拦截程序,运用钩子实现-the global hook of VC++ Demo
getword.zip
- 鼠标取词,get word。利用Windows API钩子技术实现全屏幕取词。,Mouse capture word. Use API hook tech to get word from all over screen.
TestMouseHook
- 在VC下类似金山词霸屏幕取词功能的鼠标钩子-Mouse hook in capturing function of the VC.
pinmuquci
- 自编的一个小程序,可以做到屏幕取词,之需要把鼠标放到某个单词上就可翻译出来-Own a small procedure, Screen can do, the need to put the mouse on a word can be translated
14160Heer
- 屏幕取词,由鼠标位置取得文字。类似金山词霸的取词功能-Capture Characters from Screen, from the mouse location to obtain text. Kingsoft to take a similar word function
Win_HOOK
- Windows系统采用的是事件驱动的机制,也就是说,整个系统都是通过消息的传递来实现的。而钩子是Windows系统中非常重要的系统接口,它可以截获并处理送给其他应用程序的消息,来完成普通应用程序难以实现的功能。钩子可以监控系统或进程中的各种事件消息,截获发往目标窗口的消息并进行处理。我们可以在系统中安装自定义的钩子,监视系统中特定时间的发生,完成特定的功能。比如截获键盘、鼠标的输入、屏幕取词、日志监视等等。可见、利用钩子可以实现许多特殊而有用的功能。因此,对于高级编程人员来说,掌握钩子的编程方法
The-screen-word-selection
- 程序运行后,将鼠标移到屏幕上文字显示处,按下ctrl键,程序会将鼠标处文本显示在文本框中。使用了动态链接nhw32.dll实现取词-After the program is running, the cursor on the screen display text, press the CTRL key, the program will move the mouse at the text displayed in a text box. The use of dynamic link nh