-
DBGrid2
说明: delphi中的DBGrid控件,接DBGrid1.rar之后的文档(the DBGrid component, then the following documents DBGrid1.rar)
- 2006-04-27 12:38:41下载
- 积分:1
-
UpdateHTTP
Update HTTP sample for Delphi
- 2014-08-08 20:24:33下载
- 积分:1
-
delphi3
数字图像预出处理系统,基于DELPHI 7.0环境下(Pre-out of digital image processing system, based on the circumstances DELPHI 7.0)
- 2008-12-09 21:13:29下载
- 积分:1
-
EnterpriseGoodsManager
小型企业物品管理系统,DELPHI源码+ACCESS数据库(small enterprises goods management systems, Delphi source ACCESS database)
- 2007-04-12 12:32:15下载
- 积分:1
-
CCR Exif v1.5.1
EXIF信息代表的是可交换图像文件信息。当你储存JPEG或者TIFF格式的照片时,这张照片的所有信息都储存在EXIF信息中。几乎所有的相机厂商都支持拍摄的照片输出EXIF信息。(EXIF information represents exchangeable image file information. When you save a photo in JPEG or TIFF format, all information of the photo is stored in EXIF information. Almost all camera manufacturers support the output of EXIF information for photos taken.)
- 2019-06-24 16:01:24下载
- 积分:1
-
mysql
Libmysql.dll wrapper for delphi
- 2014-01-28 18:24:27下载
- 积分:1
-
FastReport 5.4.7 Pro
FastReport 5.4.7 Pro
- 2019-04-29 20:36:23下载
- 积分:1
-
Delphi_726242
Delphi:建立临时文件的Delphi源码示例,请在事先定义好临时文件名称,在某些时候,我们需要程序生成临时文件或临时目录,在此你可借鉴本Delphi源码,新手更应该看哦。
(Delphi: Delphi source code examples to establish temporary files, temporary files defined in advance the name, at some point, we need to program generates temporary files or temporary directory, where you can learn the Delphi source code, novices should Kane.)
- 2014-07-01 01:33:25下载
- 积分:1
-
Steganography_2
LSB DELPHI FOR IMAGE
- 2016-04-18 21:13:10下载
- 积分: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