-
这个例子提供了可重用的C++类示范如何编写MFC控制面板程序
这个例子提供了可重用的C++类示范如何编写MFC控制面板程序-this example provides a reusable C demonstrations on how to prepare procedures for the control panel MFC
- 2023-04-27 04:50:03下载
- 积分:1
-
access hard disk serial number. Can be used in software protection module. Accou...
获取硬盘序列号。可以利用在软件保护等模块中。自由下载无需帐号。-access hard disk serial number. Can be used in software protection module. Account without free downloads.
- 2023-04-11 09:40:04下载
- 积分:1
-
库存管理系统,是一个很好的库存管理系统软件,内有详细的程序设计书...
库存管理系统,是一个很好的库存管理系统软件,内有详细的程序设计书-Inventory Management System
- 2023-03-03 10:40:03下载
- 积分:1
-
关于如何锁住键盘和鼠标
钩子实际上是一个处理消息的程序段,通过系统调用,把它挂入系统。每当特定的消息发出,在没有到达目的窗口前,钩子程序就先捕获该消息,亦即钩子函数先得到控制权。这时钩子函数即可以加工处理(改变)该消息,也可以不作处理而继续传递该消息,还可以强制结束消息的传递。对每种类型的钩子由系统来维护一个钩子链,最近安装的钩子放在链的开始,而最先安装的钩子放在最后,也就是后加入的先获得控制权。要实现Win32的系统钩子,必须调用SDK中的API函数SetWindowsHookEx来安装这个钩子函数,这个函数的原型是HHOOK SetWindowsHookEx(int idHook,HOOKPROC lpfn,HINSTANCE hMod,DWORD dwThreadId);,其中,第一个参数是钩子的类型;第二个参数是钩子函数的地址;第三个参数是包含钩子函数的模块句柄;第四个参数指定监视的线程。
- 2022-02-24 11:14:29下载
- 积分:1
-
添加图书记录显示,在图书搜索计划的标题下的信息。
添加图书纪录 显示图书信息 根据书名查找图 根据书名删除图书信息 打印图书信息图表 退出系统-Add Book records show that the information under the title of book search plan under the title of book information to delete the information printed book charts out of the system
- 2022-04-29 13:45:47下载
- 积分:1
-
简介:下载的编辑器资料解压后有两个文件夹(EditorExm实便项目, WeisEditor编辑器源码) 以及 描述.txt
项目所需文件及文件夹...
简介:下载的编辑器资料解压后有两个文件夹(EditorExm实便项目, WeisEditor编辑器源码) 以及 描述.txt
项目所需文件及文件夹
WeisEditor.dll
js/jsClass.js (需加载到编辑器所在页面 Head区域)
WeisEditor 文件夹 -Introduction: Editor download data after decompression have two folders (EditorExm it will be the project, WeisEditor source code editor), as well as description. Txt project documents and folders WeisEditor.dll js/jsClass.js (to be loaded to the Editor page where Head Regional) WeisEditor folder
- 2022-09-01 06:40:03下载
- 积分:1
-
实现了动画显示的托盘,为您的程序天光增色。
实现了动画显示的托盘,为您的程序天光增色。-realized animated show trays for your procedures daylight occasion.
- 2022-10-06 02:50:03下载
- 积分:1
-
说明:TIconDialog 构件封装 Windows 未公开的 API,提供专门选取图标 ( Icon ) 的构件的源代码 1.0 版。...
说明:TIconDialog 构件封装 Windows 未公开的 API,提供专门选取图标 ( Icon ) 的构件的源代码 1.0 版。 -: Component Packaging TIconDialog undisclosed Windows API to provide specialized selection icon (Icon) component of the source code version 1.0.
- 2022-01-31 15:45:11下载
- 积分:1
-
演示如何修改PE文件,在运行的时候先弹出一个提示框
演示如何修改PE文件,在运行的时候先弹出一个提示框-Demonstration of how to modify the PE file, when running the first pop up a prompt box
- 2022-07-03 10:29:33下载
- 积分:1
-
EXE+BPL+DLL+Interface项目解决方案演示 先打开ExeBplDll.bpg工程编译安装DataCentre.dpk,然后再编译所有的工程 输出
EXE+BPL+DLL+Interface项目解决方案演示 先打开ExeBplDll.bpg工程编译安装DataCentre.dpk,然后再编译所有的工程 输出放在Release目录下-EXE DLL Interface BPL solution demonstration project to open ExeBplDll.bpg works DataCentre.dpk compiler installation, and then compile all the works on the output directory Release
- 2023-04-29 23:50:02下载
- 积分:1