-
屏幕取词VC6.0源码
DLLEXPORT BOOL WINAPI SetNHW32() { if(g_hHook == NULL) { g_hHook = SetWindowsHookEx(WH_GETMESSAGE, GetMsgProc, g_hinstDll, 0); if (g_hHook == NULL) { MessageBox(NULL, __TEXT("Error hooking: SetWindowsHookEx fail"), __TEXT("GetWord"), MB_OK); return FALSE; } } return TRUE;}
- 2022-05-28 06:17:38下载
- 积分:1
-
User Login is a new log each query functions plus friends and other functions
用户登录是新查询功能等进行登录互加好友等功能-User Login is a new log each query functions plus friends and other functions
- 2022-12-04 18:35:03下载
- 积分:1
-
用delphi写的时间测试小程序,供初学者参考
用delphi写的时间测试小程序,供初学者参考-used the time to write a small test procedures for beginners reference
- 2022-03-07 06:45:44下载
- 积分:1
-
achieve the voice of electronic watches
实现有声音的电子钟表-achieve the voice of electronic watches
- 2023-05-13 21:40:03下载
- 积分:1
-
Codecover是测试Delphi工作所编写程序覆盖率的工具。加载Delphi工程后,运行就可以实时的看到运行结果。条件是,在编译Delphi程序时,同时要生...
Codecover是测试Delphi工作所编写程序覆盖率的工具。加载Delphi工程后,运行就可以实时的看到运行结果。条件是,在编译Delphi程序时,同时要生成MAP文件。 -Codecover Delphi work is to test procedures prepared by the coverage rate of tools. Add Delphi works, it can run real-time to see the results. The condition, the Delphi compiler procedures at the same time to generate MAP documents.
- 2022-07-03 02:26:39下载
- 积分:1
-
实例的饼干
Web应用程序通常是一系列超文本传输协议(HTTP)请求和响应。由于HTTP是一个无状态协议,信息不会在HTTP请求之间自动保存。Web应用程序使用cookies在客户端上存储状态信息。Cookies可用于存储有关用户、用户购物车等的信息。
- 2022-02-14 06:03:42下载
- 积分:1
-
实用通讯录管理 能够进行插入删除排序保存等功能
实用通讯录管理 能够进行插入删除排序保存等功能 -Address book management utility can be inserted to preserve features such as sorting delete
- 2023-05-19 08:55:03下载
- 积分:1
-
获取CPU温度
获取CPU的温度,网上找的,获取CPU的温度有很多方法,包括WMI,winno等,不过有些需要传感器支持,有些需要驱动支持,大家一起交流。
- 2022-02-12 04:32:39下载
- 积分:1
-
设计模式在图形系统中的运用demo。包含常用的一些设计模式
设计模式在图形系统中的运用demo。包含常用的一些设计模式-Design Patterns in the use of graphics system demo. Contains a number of commonly used design patterns
- 2022-06-20 07:44:34下载
- 积分:1
-
This program converts delphi source code files into HTML that looks as in Delphi...
This program converts delphi source code files into HTML that looks as in Delphi editor, with syntax coloring.
- 2022-08-16 15:34:32下载
- 积分:1