-
memo
让memo得不到焦点,做说明的时候用用吧,练习作品!(Let memo is not the focus, do note, when used with bar, exercise works!)
- 2010-01-05 01:13:45下载
- 积分: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
-
6
Delphi附加数据库并保存连接参数信息,编程学习源码,很好的参考资料。(Delphi additional database connection parameters and save the information, learn programming source code, a good reference.)
- 2014-01-25 20:24:46下载
- 积分:1
-
AHMED
Delphi program used to made program work as trial icon in task bar
- 2013-11-26 18:35:51下载
- 积分:1
-
theFileTrans
delphi编写的文件上传服务/客户端程序,支持断点续传,xml保存记录等功能(delphi upload the document prepared by the services/client support HTTP. xml record-keeping and other functions)
- 2007-02-04 21:38:33下载
- 积分:1
-
AISDecode
AIS解码例程和文档,包括经纬度,基站信息解码,校验判断,例程里主要解析了1,2,3,4,5,18,19,24号协议,另外的可以自行添加,dll采用vc6编写,有个调用的例子采用delphi7编写(AIS decoding routines and documentation, including latitude and longitude, the base station information decoding, parity judgment, the routine in the main analytical No. 1,2,3,4,5,18,19,24 agreement, the other can add their own, dll use vc6 write, there is a call to write examples using delphi7)
- 2021-03-12 18:49:25下载
- 积分:1
-
delphi-APPLICATIONEVENTs
delphi ApplicationEvents使用说明及源码实例,编程学习源码,很好的参考资料。(delphi ApplicationEvents instructions and source code examples, programmed learning source, a good reference.)
- 2014-02-13 18:13:48下载
- 积分:1
-
FtpMain
Delphi源码,网络相关,断点续传,FTP工具
Delphi编写的支持断点续传功能的FTP上传下载软件的源代码,程序好就好在没有使用任何第三方控件(Delphi source, network-related, HTTP, FTP tool Delphi FTP support the HTTP feature to upload to download the software source code, the program is like without the use of any third party controls)
- 2012-05-23 17:32:32下载
- 积分:1
-
rsbx
人寿保险管理系统,没有解压密码,可直接使用。(life insurance management system, not extracting passwords, can be used directly.)
- 2006-06-15 12:49:49下载
- 积分:1
-
XCalendar
XCalendar is a collection of calendar utilities for Delphi.
As you know the Delphi TDateTime type stores date/times as a floating point
value representing the time passed from a specific time, or more precisely:
The integral part of a Delphi TDateTime value is the number of days that
have passed since 12/30/1899. The fractional part of the TDateTime value is
fraction of a 24 hour day that has elapsed.
A calendar divides time into units, such as weeks, months, and years. The
number, length, and start of the divisions vary in each calendar.
So any TDateTime value can be decoded to units of an arbitrary calendar and
values expressed in units of a calendar can be encoded to TDateTime values.
XCalendar contains calendars, database date/time field types, tools to find
calendar events and some astronomical stuff.
- 2010-03-03 19:14:13下载
- 积分:1