搜索资源列表
屏幕取词之Win32test
- 屏幕取词中使用鼠标钩子,取词钩子来进行取词,最后对取出的文字进行处理,得到()《》等中文字的vc程序组中的主工程。- The screen takes in the word to use the mouse clasp, takes the word clasp to carry on takes the word, finally to the writing which takes out carries on processing, obtains ()\"\" and so on
Mouse.exe
- 鼠标钩子编程源代码 本程序能实现显示鼠标所在位置内容 见主程序Mouse.exe,源代码已给出 请斑竹审核 -mouse hook programming source code procedures to achieve the mouse shows the location of the main program elements Mouse.e xe, the source code has been given 62-audit requested
Mousehook000
- 一个鼠标钩子程序 Mousehook Mousehook-a mouse hook procedures Mousehook Mousehook
keyboard
- 这是一个用Windows API写的屏幕键盘。是很好的编程参考代码。 程序里面有两点新东东:Button的Subclassing,同时自己处理鼠标点击消息; 鼠标的钩子函数-This is a Windows API to write the screen keyboard. Programming is a good reference source. Inside there are two new Wanton : Button Subclassing, while their own m
AppBarDemo_很好的鼠标钩子控制bar显示隐藏
- 很好的鼠标钩子控制bar显示隐藏一把dialogbar控制都用他-good mouse control hook a bar show that the hidden dialogbar with his control
模拟QQ小键盘的一款Delphi控件源码
- 内容索引:Delphi源码,控件组件,小键盘 模拟QQ小键盘的一款Delphi控件源码,控件关键字:低级键盘钩子、按键状态 正常 鼠标进入 鼠标点击、数字数组、字母数组、所有按键的区域结构、忽略键盘的Shift消息、如果此值为真,则取Shift状态的时候按照下面的字段拳… FAutoFitSize: Boolean; //是否自动调整大小 FAtOnceRePaint: Boolean; //字段改变后是否立即刷新 FUsePicture: Boolean; //使用图片做为
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
DesktopIcon
- 桌面图标获取程序源代码,获取桌面图标,并实现鼠标钩子调用-get desktop icon and mouse hook
office-style-menubar-
- 纯win32 api + c_++实现 ms office样式的菜单栏. 在rebar中嵌入toolbar,让toolbar实现系统菜单样式. 本代码重点是实现了鼠标移动到toolbar按钮上自动改变toolbar按钮的状态,并在相应位置弹出对应的菜单. 表现与系统菜单完全一致. 没有使用钩子,集成起来比使用钩子的方式简单很多.-create ms office style menubar with pure win32 api and c++. out of use hook.
yingcang
- 本文介绍了利用钩子实现了按下鼠标左右键关闭或隐藏所有窗口。并给出一个《魔高一丈》程序实例-This article describes the use of hooks to achieve a close or hide all windows press the left and right mouse buttons. And gives a mind that " application instance
CreateWin
- 窗口过程 运用钩子函数捕获键盘 鼠标等消息-Window procedure is very easy to use a good first upload
APIHook_DLL
- 一个钩子函数动态库,可以让鼠标ICON所指位置抓去词条-A hook of mouse point
slider
- VC6模拟左右滑动翻页,也可以快速定位到某页,使用钩子函数记录鼠标动作。附测试例子。-slide flip
MouseTrace
- MouseTrace,用 VC++写的鼠标Hook钩子,获取X,Y坐标,并适时显示在窗体上,如上图示,在窗体上移动鼠标,坐标信息会被跟踪,移出窗体则无效。-MouseTrace, using VC++ to write the mouse Hook hook, get X, Y coordinates and the time display on the form, as shown, move the mouse over the form, coordinate information w
computer
- 一些获取系统信息的编程实例,包括CDROM控制,CPU和MOUSE信息,USB编程,测试CPU速度,检测键盘按键,列出进程,鼠标钩子编程系统硬件信息和注册表编程。-Some access to information system programming examples, including CDROM control, CPU and mouse information, USB programming, the CPU speed test to detect the keyboard k
jianshi
- 易语言API监视鼠标按键点击源码 CallNextHookEx——呼叫下一钩子 SetWindowsHookExA——安装系统钩子 UnhookWindowsHookEx——卸载系统钩子-Easy language API monitor mouse button click Source CallNextHookEx call the next hook SetWindowsHookExA hook mounting system UnhookWindowsHookEx
trxax19
- 利用鼠标键盘钩子截获密码,不错的源码,很好的哦-Using the mouse and keyboard hook to intercept the password, good source code, very good oh
duskream-redirected
- 利用鼠标键盘钩子截获密码,不错的源码,很好的哦(Using the mouse and keyboard hook to intercept the password, good source code, very good oh)
deternal
- 利用鼠标键盘钩子截获密码,不错的源码,很好的哦()
068262
- 这是一个用来拦截windows消息的开发包,可以设置全局鼠标和键盘钩子,内含显示密码窗内容的sample()