-
使用API产生动态鼠标的例子
使用API产生动态鼠标的例子-use API to generate dynamic examples of mouse
- 2022-04-24 01:40:07下载
- 积分:1
-
vbapi function description. Vb which contains all the instructions for use of th...
vbapi函数的说明。包含了所有的vb当中的api函数的使用说明-vbapi function description. Vb which contains all the instructions for use of the api functions
- 2022-03-15 09:26:19下载
- 积分:1
-
windows进程权限修改
查找系统进程,修改进程权限, 环境vs2010。可用于查看当前系统进程的详细信息,并修改提进程的权限,增加关闭进程。
- 2022-07-10 17:30:20下载
- 积分:1
-
自从Windows 95面市以来,系统托盘应用作为一种极具吸引力的UI深受广大用户的喜爱。使用系统托盘UI的Windows应用程序数不胜数,比如"金山词霸"、"...
自从Windows 95面市以来,系统托盘应用作为一种极具吸引力的UI深受广大用户的喜爱。使用系统托盘UI的Windows应用程序数不胜数,比如"金山词霸"、"Winamp"、"RealPlayer"等等。那么如何编写自己的托盘应用呢?此代码是系列文章中的例子代码,比较系统地示范了托盘应用的编程。并创建自己的C++类来增强系统托盘应用的特性。代码参考价值极高。-since the launch of the system tray application as a very attractive user UI deeply love. UI using the system tray of Windows applications and countless others, such as "free email" and "Winamp", "RealPlayer" and so on. So how to prepare their application tray? This code is a series of articles in the code examples, compared to model the system tray application programming. And to create their own category C to enhance the system tray application characteristics. Code high reference value.
- 2022-04-08 13:20:57下载
- 积分:1
-
VB运行库解压缩后直接拷贝到WINDOWSSYSTEM文件夹下面即可
VB运行库解压缩后直接拷贝到WINDOWSSYSTEM文件夹下面即可-VB runtime decompress directly copied WINDOWS SYSTEM folder can be below
- 2022-01-27 20:39:59下载
- 积分:1
-
读写ini文件的全部代码,保证可用,完全可靠,无毒可用非常非常好的代码...
读写ini文件的全部代码,保证可用,完全可靠,无毒可用非常非常好的代码-Ini file to read and write all the code, to ensure that available, completely reliable, non-toxic can be used very, very good code
- 2022-01-25 19:27:21下载
- 积分:1
-
利用EVC4.0开发的自由拼音输入法,经测试,完全可使用,
利用EVC4.0开发的自由拼音输入法,经测试,完全可使用,-source code for input method in wince
- 2022-01-28 15:57:56下载
- 积分:1
-
本程序实现在系统条上添加一个日历的功能,可以以此提供对系统编程的一些参考。...
本程序实现在系统条上添加一个日历的功能,可以以此提供对系统编程的一些参考。-Realize this procedure in the system to add a section on the calendar function, can also be used to provide some reference system programming.
- 2022-02-21 05:09:27下载
- 积分:1
-
文件查找系统,基本实现了windows资源管理器的搜索功能,包括查找文件名和文件中包含的字或词组。还能对所查文件的大小进行限制。...
文件查找系统,基本实现了windows资源管理器的搜索功能,包括查找文件名和文件中包含的字或词组。还能对所查文件的大小进行限制。-File search system, the basic realization of the windows Explorer search functionality, including file name and search the document contains the word or phrase. Can search on the file size limit.
- 2022-08-07 05:07:47下载
- 积分:1
-
MiniSpy 微筛选器的的主要功能模块。
ALLOC_PRAGMA #ifdef#pragma alloc_text (INIT,驱动入口)#pragma alloc_text SpyFilterUnload 页面)#pragma alloc_text SpyQueryTeardown 页面)#pragma alloc_text SpyConnect 页面)#pragma alloc_text SpyDisconnect 页面)#pragma alloc_text SpyMessage 页面)#endif#define SetFlagInterlocked(_ptrFlags,_flagToSet)((作废) InterlockedOr (((挥发性长 *)(_ptrFlags)),_flagToSet))//---------------------------------------------------------------------------例程//---------------------------------------------------------------------------NTSTATUS驱动入口 (俺们 PDRIVER_OBJECT DriverObject俺们 PUNICODE_STRING RegistryPath)/*++常规的描述:驱动程序首次加载时,将调用这个例程。其目的是初始化全局状态,然后注册 FltMgr 开始过滤。参数:DriverObject-指向驱动程序由系统创建的对象的指针代表此驱动程序。RegistryPath-标识在何处的 Unicode 字符串为此参数驱动程序位于在注册表中。返回值:
- 2022-03-21 12:13:07下载
- 积分:1