-
这是一个VB结合ASP软件验证的例子,网络验证的封包可以自己加密,主要是强调了VB程序结合网页实现一体化的思路!...
这是一个VB结合ASP软件验证的例子,网络验证的封包可以自己加密,主要是强调了VB程序结合网页实现一体化的思路!-This is a combination of ASP software verification VB example, packets can be their own network authentication encryption, the main emphasis of the VB website integration process with the idea!
- 2023-06-18 15:05:03下载
- 积分:1
-
如何使用全局变量及共享数据段,对新手有很大帮助
如何使用全局变量及共享数据段,对新手有很大帮助-how to use global variables and data sharing, the right will be of great help newcomers
- 2022-02-13 17:16:03下载
- 积分:1
-
在win2000下屏蔽系统三键的控件,只要将Enable属性设置成True就可以了...
在win2000下屏蔽系统三键的控件,只要将Enable属性设置成True就可以了-shielding system under the three key controls, as long as the property is set to Enable True% on the
- 2022-07-10 15:47:37下载
- 积分:1
-
COM组件编程,基于DLL的COM,从而可以使调用更加方便
COM组件编程,基于DLL的COM,从而可以使调用更加方便-The package programming of COM, on the basis of COM of DLL, thus can enable transfering it more convenient
- 2022-03-17 05:56:17下载
- 积分:1
-
发个冒险岛无敌源代码供大家参考研究,希望对大家有点帮助!...
发个冒险岛无敌源代码供大家参考研究,希望对大家有点帮助!-issuing risky Island invincible source code for your reference, we hope that a bit of help!
- 2022-05-24 05:55:11下载
- 积分:1
-
C#钩子使用的源码
C#钩子使用的源码-C# using the hook-source
- 2022-01-26 04:20:33下载
- 积分:1
-
vc++开发的键盘发音程序,可以了解键盘钩子的程序开发方法
vc++开发的键盘发音程序,可以了解键盘钩子的程序开发方法-vc++ developed procedures keyboard sounds, you can learn the keyboard hook program development method
- 2022-02-06 02:05:24下载
- 积分:1
-
const WM_UNSUBCLASS = WM_USER 2001// Uninstall subclass of news WM_SENDDATA = WM...
const WM_UNSUBCLASS = WM_USER + 2001 //卸载子类化消息 WM_SENDDATA = WM_USER + 2003 //收到要发送新数据包的消息 type PMyDLLVar = ^TMyDLLVar //用来共享的内存数据结构 TMyDLLVar = record SubClass: Boolean //是否已经子类化 HookWindow, SpyWindow: LongWORD //要安装HOOK的窗口及用于接收消息的窗口 hHook: LongWORD //HOOK句柄 OldWndProc: pointer //旧的窗口过程 end-const WM_UNSUBCLASS = WM_USER 2001// Uninstall subclass of news WM_SENDDATA = WM_USER 2003// received new data to be sent information packets type PMyDLLVar = ^ TMyDLLVar// used to share memory data structure TMyDLLVar = record SubClass : Boolean// if the child class of HookWindow, SpyWindow : LongWORD// HOOK to install a window for receiving news and the window hHook : LongWORD// handle OldWndProc HOOK : pointer// old process end window
- 2022-01-22 14:30:21下载
- 积分:1
-
automatic landing voluntarily quit engulfed automatically detect whether an onli...
冒险岛自动登陆自动退出
自动喊话,检测好友是否在线的等功能
-automatic landing voluntarily quit engulfed automatically detect whether an online friend functions
- 2022-01-31 06:45:30下载
- 积分:1
-
very simple hook a whole, shielding all the keyboard keys, mainly in a little, a...
很简单的一个全局钩子,屏蔽键盘所有按键,主要用在,嘿嘿,把键盘当垫板的人,比如在网吧抄东西。双击便运行,关闭即退出。
送给菜鸟。-very simple hook a whole, shielding all the keyboard keys, mainly in a little, and the keyboard when the plate. For example, in the cafes copied things. Double-click operation will close withdraw. As they gave.
- 2022-03-20 21:26:59下载
- 积分:1