-
zxhuoxw3
有关DELPHI编程的示例代码和源程序,请大家多支持()
- 2018-03-11 19:32:34下载
- 积分:1
-
菜单样式控件,仿delphi开发工具的样式,效果还可以。
菜单样式控件,仿delphi开发工具的样式,效果还可以。-menu style control, fake delphi development tools for the designs, can result.
- 2022-03-20 08:56:25下载
- 积分:1
-
用Delphi开发语言实现的对网络链路层的连续ARQ协议的仿真。
用Delphi开发语言实现的对网络链路层的连续ARQ协议的仿真。-with Delphi language of the network link layer of ARQ agreement simulation.
- 2023-02-15 23:55:04下载
- 积分:1
-
// 修正内容:
// 1.产生作用范围由原来的一个Form扩大到整个Application。
// 即一个应用程序只需要在主form放一个tdosmo...
// 修正内容:
// 1.产生作用范围由原来的一个Form扩大到整个Application。
// 即一个应用程序只需要在主form放一个tdosmove就行.
// 2.修正控件已释放,但是指针不为空而导致的非法内存访问异常。
// 3.修正TActiveColor显示不稳定。-//amended as :// 1. have a role in the original scope of a Form expand to the whole of Application.// That is, only one application needs at the main form a tdosmove up on the trip.// 2. Controls amendment has been released, but not for air targets, resulting from the illegal memory access anomalies.// 3. TActiveColor show that instability.
- 2022-04-18 21:21:03下载
- 积分:1
-
Delphi第三
delphi第三方控件皮肤控件.内有33种皮肤类型-delphi third-party control skin control. There are 33 kinds of skin types
- 2022-03-25 00:46:50下载
- 积分:1
-
wzz123_setup_20080411
php站长后台管理迷你工具 for PHP,php编程学习源码,web网页制作参考资料。(php webmaster Manage mini tool for PHP, php programming learning source, web pages reference materials.)
- 2014-02-07 13:57:32下载
- 积分:1
-
把封装部分FastReport的功能为dll.可以运用到其他开发环境。比如ASP.NET中。其中有相关的实例程序。...
把封装部分FastReport的功能为dll.可以运用到其他开发环境。比如ASP.NET中。其中有相关的实例程序。-put some of the functions of FastReport dll. Can be applied to other development environments. For example, ASP.NET. These are examples of relevant procedures.
- 2023-06-12 01:40:04下载
- 积分:1
-
1000y
千年完整delphi源码。模块齐全,代码结构很不错,很是珍贵,适合二次开发!(1000y delphi)
- 2020-07-03 16:00:01下载
- 积分:1
-
network drive mappings NetDriver TNetResource
网络驱动器 映射 NetDriver TNetResource-network drive mappings NetDriver TNetResource
- 2023-07-07 18:35:04下载
- 积分:1
-
Delphi 模拟Windows “显示桌面”功能
Delphi 模拟Windows “显示桌面”功能,对于功能就不再详述了,单击后,会看到Windows桌面,具体的实现方法也挺简单的,下面几行代码就搞定了:
if IsWindowVisible(h) then
PostMessage(h, WM_SYSCOMMAND, SC_MINIMIZE, 0);
h := GetNextWindow(h, GW_HWNDNEXT);
完整的可编译源码请你下载源码包吧。
- 2023-06-01 06:10:03下载
- 积分:1