-
coding used to a certain scope of the unified mobile text of the letter coding s...
用于将某一编码范围的文字统一移动,对文字编码研究的人员非常有用-coding used to a certain scope of the unified mobile text of the letter coding staff very useful
- 2022-05-31 09:50:53下载
- 积分:1
-
如何获取驱动器信息
如何获取驱动器信息-how to access information Drivers
- 2022-10-15 14:30:03下载
- 积分:1
-
这是一个简单的防火墙,可以阻止一些危险的东西,也可以显示…
这是一个简单的防火墙,可以拦截一些危险东西,还可以显示来源IP,只是这是个英文版的,可能有点不好用。-This is a simple firewall can block some dangerous things that can also display the source IP, but this is the English version, may be a bit bad to use.
- 2022-07-26 01:20:26下载
- 积分:1
-
aaaaaaaaaaaaaaaaaaaa
新编Windows API参考大全
新编Windows API参考大全
-aaaaaaaaaaaaaaaaaaaa
- 2022-02-21 00:02:44下载
- 积分:1
-
一个读写注册表的源程序
一个读写注册表的源程序-a reader registry source
- 2022-08-22 13:45:36下载
- 积分:1
-
很小的恶作剧小软件分享给大家!!用了才知道有意思!就是鼠标一直点不到退出,鼠标点到哪,那个空间就不显示。感觉就显示控件躲避鼠标一样。...
很小的恶作剧小软件分享给大家!!用了才知道有意思!就是鼠标一直点不到退出,鼠标点到哪,那个空间就不显示。感觉就显示控件躲避鼠标一样。
-Small piece of software to share a small joke for everyone!! Used know interesting! Is less than the mouse has been point out, the mouse point where, that space is not displayed. I feel like the display control to avoid the mouse.
- 2022-02-04 00:22:57下载
- 积分:1
-
用VB6.0ping对方的计算机源码,介绍VB调用系统API函数的使用!
用VB6.0ping对方的计算机源码,介绍VB调用系统API函数的使用!-VB6.0ping each other" s computer source code used to introduce the VB call the system API functions to use!
- 2022-09-17 21:05:03下载
- 积分:1
-
Windows换肤
Windows换肤-Windows Eurocargo
- 2022-03-14 18:09:12下载
- 积分:1
-
关于如何锁住键盘和鼠标
钩子实际上是一个处理消息的程序段,通过系统调用,把它挂入系统。每当特定的消息发出,在没有到达目的窗口前,钩子程序就先捕获该消息,亦即钩子函数先得到控制权。这时钩子函数即可以加工处理(改变)该消息,也可以不作处理而继续传递该消息,还可以强制结束消息的传递。对每种类型的钩子由系统来维护一个钩子链,最近安装的钩子放在链的开始,而最先安装的钩子放在最后,也就是后加入的先获得控制权。要实现Win32的系统钩子,必须调用SDK中的API函数SetWindowsHookEx来安装这个钩子函数,这个函数的原型是HHOOK SetWindowsHookEx(int idHook,HOOKPROC lpfn,HINSTANCE hMod,DWORD dwThreadId);,其中,第一个参数是钩子的类型;第二个参数是钩子函数的地址;第三个参数是包含钩子函数的模块句柄;第四个参数指定监视的线程。
- 2022-02-24 11:14:29下载
- 积分:1
-
windows ce 下的线程使用 demo
windows ce 下的线程使用 demo-thread under windows ce using demo
- 2022-06-12 07:07:24下载
- 积分:1