-
201041516304962
说明: copyfile 文件批量自动复制工具,指定原,目标路径后可自动复制目录下文件,方便同步照片 ,代码等数据文件 (copyfile batch file automatically copy tool, specify the original target path can automatically copy the directory after the files to facilitate the synchronization photos, code and other data files)
- 2010-04-16 13:05:58下载
- 积分:1
-
ImageEn 5.2.0 D5-DX10.1 Berlin Full Source
ImageEn 图像处理、 查看、分析控件。能够读取和保存多种图像格式,并能从扫描仪中(单页和多页)获取图像、捕获视频、添加滤镜效果、合并图像、选择图像区域(支持魔术棒)等等。(ImageEn is an extensive component suite for image editing, display and analysis written in pure VCL code for Delphi and C++ Builder)
- 2018-01-09 18:58:53下载
- 积分:1
-
usbdelphi_1
delphi 环境下开发的usb硬件设备调用库,使用了部分汇编。(delphi development environment called the Treasury usb hardware devices, the use of some of the compilation.)
- 2008-04-12 12:22:17下载
- 积分:1
-
delphi_help
delphi 快速入门的一个帮助文件。本人认为里面提到的数据库编程不错。(delphi help)
- 2009-06-02 22:06:27下载
- 积分:1
-
Delphi--Timer
Delphi中Timer组件的使用,经测试时正确的,方便学习者学习Delphi(The use of the Timer component in Delphi, right when tested, convenient learners learning Delphi
)
- 2013-08-16 17:52:17下载
- 积分:1
-
Therm
new feature fo open gl programmer the last ever
- 2017-11-14 00:39:13下载
- 积分:1
-
5688734
使用Delphi的OnChange事件,Timagelist组件,编程学习源码,很好的参考资料。(Use the Delphi OnChange event, the Timagelist component, learning programming source code, a good reference.)
- 2014-01-04 09:42:03下载
- 积分:1
-
6736
Delphi通过http访问sqlserver2000数据库,编程学习源码,很好的参考资料。(Delphi sqlserver2000 database access via http, programming learning source, a good reference.)
- 2014-02-13 08:55:00下载
- 积分:1
-
dalingqi
一个关于电脑打铃系统的实现及工程源代码。包括播放音乐,桌面右下角托盘。(A computer system source code ringing)
- 2010-12-13 14:59:56下载
- 积分:1
-
delphil-flashform
1,FlashWindow(Application.Handle, True) 让主程序在任务栏上的图标闪烁
2,FlashWindow(form.Handle, True) 让指定的form状态栏闪烁
3,对于在任务栏上没有图标的form,比如form2可以用下面这个过程模拟一下,
procedure CreateParams(var Params: TCreateParams) override
procedure TForm2.CreateParams(var Params: TCreateParams)
begin
inherited
Params.WndParent := 0 //此段代码的意思是使窗口显示在任务栏中
end
此时FlashWindow(form2.Handle, True) 让form2在任务栏上的图标就会闪烁
(delphil flashform)
- 2013-10-11 11:11:02下载
- 积分:1