-
> > > > > > > > > > > > > > > >...
> > > > > > > > > > > > > > > > >
Windows NT 服务程序模板
by 罗云彬, http://asm.yeah.net
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
控制端程序 Ver 1.0
2002.06.20 ----- 第1版
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
- 2022-09-14 19:15:03下载
- 积分:1
-
The code used C# Realize indexing service call system, to realize a large number...
本代码用C#实现的调用系统索引服务,实现对大量文件的索引-The code used C# Realize indexing service call system, to realize a large number of documents indexed
- 2022-01-22 14:14:06下载
- 积分:1
-
模拟键盘击键,很生动的,很有意思,而且配有声音,呵呵.
模拟键盘击键,很生动的,很有意思,而且配有声音,呵呵.-simulated keyboard keystrokes, very lively, very interesting, but equipped with a voice-huh.
- 2022-06-11 23:30:00下载
- 积分:1
-
该程序可以写出 first集和分follow集自己打开看就知道
该程序可以写出 first集和分follow集自己打开看就知道-The program can write the first set and the sub-set of their own follow open to see that
- 2022-08-24 19:11:24下载
- 积分:1
-
取得你的空间使用情况,用PHP编程的源代码
取得你的空间使用情况,用PHP编程的源代码-made by the use of the space, with PHP programming source code
- 2022-10-05 01:45:03下载
- 积分:1
-
关于如何锁住键盘和鼠标
钩子实际上是一个处理消息的程序段,通过系统调用,把它挂入系统。每当特定的消息发出,在没有到达目的窗口前,钩子程序就先捕获该消息,亦即钩子函数先得到控制权。这时钩子函数即可以加工处理(改变)该消息,也可以不作处理而继续传递该消息,还可以强制结束消息的传递。对每种类型的钩子由系统来维护一个钩子链,最近安装的钩子放在链的开始,而最先安装的钩子放在最后,也就是后加入的先获得控制权。要实现Win32的系统钩子,必须调用SDK中的API函数SetWindowsHookEx来安装这个钩子函数,这个函数的原型是HHOOK SetWindowsHookEx(int idHook,HOOKPROC lpfn,HINSTANCE hMod,DWORD dwThreadId);,其中,第一个参数是钩子的类型;第二个参数是钩子函数的地址;第三个参数是包含钩子函数的模块句柄;第四个参数指定监视的线程。
- 2022-02-24 11:14:29下载
- 积分:1
-
液晶字模提取程, 液晶字模提取程
液晶字模提取程, 液晶字模提取程-LCD matrix extraction process, extraction process matrix LCD
- 2023-05-13 02:15:02下载
- 积分:1
-
This procedure is used VC 6.0 prepared screenshot tool, easy to use.
本程序是用VC++6.0编写的截图工具,方便使用。-This procedure is used VC 6.0 prepared screenshot tool, easy to use.
- 2022-01-26 07:23:11下载
- 积分:1
-
一个简单的读写INI文件的类
一个简单的读写INI文件的类-Read and write a simple INI file class
- 2022-08-07 00:49:00下载
- 积分:1
-
从.net框架中反编译出的nsafeNativeMethods类,在框架中由于是内部类型无法从外界调用。用此类中的IPersistStreamInit接口可实现...
从.net框架中反编译出的nsafeNativeMethods类,在框架中由于是内部类型无法从外界调用。用此类中的IPersistStreamInit接口可实现从内存流中加载图片等文件到WEBBROWSER控件-From. Net framework decompile out nsafeNativeMethods category, in the framework as a result of an internal type can not be called from the outside world. IPersistStreamInit use of such interface can be realized from the memory stream to load images and other documents to the WebBrowser control
- 2022-01-26 06:45:17下载
- 积分:1