搜索资源列表
keyhook.Testing
- 按 ~ 不放的同时 按其他按键 得到对应 偏旁汉字 不是真正的输入法 只是 模拟那个过程 拦截按键转发汉字 当初只是想看看*式输入法怎么弄的,现在已经基本上OK了 -~ tightly by the time of the other keys to be identical to corresponding Chinese character is not the real analog input method is that the process forward butto
55javarm
- v4.2.2a [2006.03.18 21:25] 修复消息模式的 IP 显示问题 增加对腾讯 QQ2006 Beta1 的支持 开发环境迁移 大大精简了代码,减小了文件尺寸和占用的资源 对全部代码进行了严格检查和修正 增加对一种新类型的系统广告的拦截 双击 IP 地址框可提供更丰富的查询并可提交错误报告 修正了登录时偶尔出现密码输入迟钝的问题 珊瑚虫 IP 数据库更名为 CoralWry.dat
subClassComboBox
- 采用子类化技术,拦截ComboList的右键单击事件-The use of sub-class technology, to intercept the right-click events ComboList
VB
- VB键盘拦截源代码VB,键盘拦截源代码.VB键盘拦截源代码VB,键盘拦截源代码-VB source code to intercept keyboard VB, keyboard intercept the source code. VB source code to intercept keyboard VB, keyboard intercept the source code
chaojitanchuang
- 做弹窗用的超强代码 可以突破多种拦截-Do pop breakthrough with a variety of super-code can intercept
VB_screen
- VB编写的屏幕截图,可以截取整个屏幕,活动窗体-VB, screenshots, can intercept the entire screen, the active form
MyFullView
- 该demon是vc的窗口全屏及在全屏时控件的自动拉伸,和在全屏时截取键盘消息-The demon is vc in full screen and full screen window when the automatic tension control, and intercept keyboard messages in full screen
ShowPicture
- 套接字发送与接收图片文件,并将接收到的图片文件显示到对话框主界面。截取对方屏幕,再发送过来-A socket send and receive pictures of files, and will receive the image files to indicate to the interface dialog box. Intercept each other screen, then send to come over
mouse
- 通过C++截获鼠标停留地方的位置信息,并显示在编辑框中-Through C++ to intercept the mouse over parts of the location information, and displayed in the edit box
keyword
- 截获键盘的点击事件,并将点击内容保存成TXT文件-Intercept the click event of the keyboard, and click save the contents into a TXT file
vbToolTips
- 一个VB环境下使用的自绘气泡提示,自绘的ToolTips(注解清楚),使用到两个模块:一个是cToolTips通用气泡模块,对指定句柄生成气泡并重绘。气泡部分采用最简单的代码,重绘也只是最简单的一个背景+边框,形状做了更改,消息钩子用的是老马修改的,其实也就是加了一个返回,中间我只改了一些;另一个模块是cSubClass,通用子类化模块,拦截本进程指定句柄的消息,从CSDN里找到的,内嵌汇编技术实现单个类模块子类化...牛啊!我添加了一个事件返回,让这个类模块可以方便地实现封装-Used in
Lesson6
- 菜单的工作原理及编写应用,菜单命令消息在MFC框架程序的几个类中的传递顺序和处理过程。标记菜单、缺省菜单的实现原理、图形菜单的实现及常犯错误的分析,GetSystemMetrics的应用,快捷弹出菜单的实现方式及其命令响应函数有效范围(与弹出菜单时所指定的父窗口有密切的关系,最底层的子窗口具有最优先的处理机会)。动态菜单的编写,如何让程序在运行时产生新的菜单项及如何手工为这些新产生的菜单命令安排处理函数,如何在顶层窗口中截获对菜单命令的处理,更进一步掌握CString类的应用。-The menu
jieping
- 非常有用的截屏Demo,类似QQ截屏,可以截取屏幕-Useful screencast Demo, like QQ screenshot can intercept screen
Bot4
- 读入长的二进制序列,画波形。比如说01101010101000000,读到“0",x轴+1,Y轴不变,读到"1",继续读,读出"1"序列的长度,做长度除以2加1得到波要达到的Y轴截距。-Binary sequence read length, draw waveform. Example 01101010101000000 read 0, the x axis PPLS1 Y axis unchanged, read 1, continue reading, reading out a leng
CutScreenDisplay
- 可以设置字体编辑属性,可以固定分割截取的文本内容,也可插入bmp位图,预览生成图片,可保存为bmp图像格式,可删除-You can set the font to edit attributes, you can intercept the text content of a fixed partition, can also be inserted bmp bitmap preview generated images can be saved as bmp image format, del
AddIEButton
- VC++向IE的工具条上添加自定义的按钮图标,本测试源码,是将windows自带的计算器图标添加到IE的工具栏窗口中,不过现在360对于这种向工具栏添加图标的功能会拦截,测试时候会被360拦截,若想看到测试效果请放行,若只是测试下,可以选择阻止。-VC++ to add a custom button icons to the IE tools, the test source code, the Windows calculator icon added to the IE toolbar w
DES-Encryption-
- 由于使用post提交的数据也可以通过工具拦截到明文数据,所以很多时候需要在前台用js加密后端代码解密。由于本人也在项目中使用到这个,现在做了一个例子是java版本的,希望对大家有用。-Due to the use of the post submit data can also intercept to plaintext data through the tool, so a lot of time need to encrypt the back-end code decryption us
menu
- 菜单的工作原理及编写应用,菜单命令消息在MFC框架程序的几个类中的传递顺序和处理过程。标记菜单、缺省菜单的实现原理、图形菜单的实现及常犯错误的分析,GetSystemMetrics的应用,快捷弹出菜单的实现方式及其命令响应函数有效范围(与弹出菜单时所指定的父窗口有密切的关系,最底层的子窗口具有最优先的处理机会)。动态菜单的编写,如何让程序在运行时产生新的菜单项及如何手工为这些新产生的菜单命令安排处理函数,如何在顶层窗口中截获对菜单命令的处理,更进一步掌握CString类的应用。-Menu wor
Code
- 菜单的工作原理及编写应用,菜单命令消息在MFC框架程序的几个类中的传递顺序和处理过程。标记菜单、缺省菜单的实现原理、图形菜单的实现及常犯错误的分析,GetSystemMetrics的应用,快捷弹出菜单的实现方式及其命令响应函数有效范围(与弹出菜单时所指定的父窗口有密切的关系,最底层的子窗口具有最优先的处理机会)。动态菜单的编写,如何让程序在运行时产生新的菜单项及如何手工为这些新产生的菜单命令安排处理函数,如何在顶层窗口中截获对菜单命令的处理,更进一步掌握CString类的应用。-Menu wor
for-leark-Intercept
- Intercept windows message for everyone to learn-Intercept Windows message for everyone to learn