搜索资源列表
VB_SubClass
- VB演示窗口过程子类化操作的例子。需要在Debug窗口查看演示信息-VB demonstration process-window type of operation examples. In Debug window View Information Demonstration
Api Hook和封包拦截技术
- const WM_UNSUBCLASS = WM_USER + 2001 //卸载子类化消息 WM_SENDDATA = WM_USER + 2003 //收到要发送新数据包的消息 type PMyDLLVar = ^TMyDLLVar //用来共享的内存数据结构 TMyDLLVar = record SubClass: Boolean //是否已经子类化 HookWindow, SpyWindow: LongWORD //要安装HOOK的窗口及用于接收消息的窗口 hHook: LongWORD
Windowsystemmenuandremovebuttons
- 本易语言源代码包括窗口系统菜单和按钮的移除(最大.最小化.关闭按钮等和对应菜单的移除),请直接调用-The source code for easy language includes the window system menu and buttons to remove (most. Minimization. Close button, etc. and remove the corresponding menu), please call
GetWnd
- 这是一个非常实用的小程序,他可以捕获鼠标所在位置的窗口指针,然后可以对选择的窗口进行置顶、移动、隐藏、显示、最大化、最小化、关闭等操作。-This is a very useful little program, he can capture the mouse pointer to the location of the window, then select the window can be top, move, hide, show, maximize, minimize, close
keyboard-receive
- 运行程序,然后最小化窗口!这时候你的所有键盘输入信息都会记录在C盘(如果系统防火墙对C盘没保护)key——.log文件里面,键盘字母是大写的A——Z,数字1——9对应a--i!-Run the program, then minimize the window! At this time all your keyboard input will be recorded in the C drive (if the system did not protect the firewall on th
jzz
- 用来最小化指定窗口的代码 但同时有被注释掉的HOOK代码最好别用-Used to minimize code of the specified window But at the same time the HOOK code is commented out better not to use
RBTray
- RBTray的源代码,可以最小化任意窗口到任务栏中。-RBTray the source code, you can minimize any window to the task bar.
