论坛


2008年10月9日 星期四

Join me at EKON 12 / EuroDevCon08, October 27-31, Rheingoldhalle Mainz

David I| Sip from the Firehose |20:29:21

I will be speaking at the upcoming EKON 12 / EuroDevCon08 Conference in Rheingoldhalle Mainz.? Join the Embarcadero Technologies team, industry luminaries, and fellow developers October 27-31.? Marco Cantu will be there along with Joachim Dürr, M...

最新____甘特图控件

DELPHI盒子| Delphi盒子 |16:10:00

********** 最新更新: 1、提高了拖拉的速度。不会出现闪烁。 2、同工艺之间可以换机台加工,同工艺机台用同一种颜色来显示。 3、可以显示完成度。 **********

ZEOSDBO-6.6.3-stable

DELPHI盒子| Delphi盒子 |16:10:00

ZEOSDBO数据库连接控件

Delphi版飞信GreenFetion源码

DELPHI盒子| Delphi盒子 |16:10:00

软件名称:Delphi版飞信GreenFetion源码 开发环境:WindowsXP,Delphi2007 三方控件:Indy9(Delphi自带) 说明: Delphi盒子(www.2ccc.com)首发。 参考Php版飞信(http://sourceforge.net/projects/openfetion/)用Delphi实现了中国移动飞信2008协议的登录和发短?..

Delphi7+Indy9版飞信GreenFetion源码

DELPHI盒子| Delphi盒子 |16:10:00

应网友要求,做了这个Delphi7版的飞信。 软件名称:Delphi7版飞信GreenFetion源码 开发环境:WindowsXP,Delphi7 三方控件:Indy9(Delphi自带) 说明: Delphi盒子(www.2ccc.com)首发。 参考Php版飞信(http://sourceforge.net/projects/openfetion/)用Delphi实...

stringgrid 显示imagelist里面的图片

minyoad| minyoad的技术坛子-delphi |15:12:09

解决思路:把imagelist里面的图片通过getbitmap,保存到一个TBItMap变量中,然后利用stringgrid的canvas属性,draw到相应的cell当中。当然,代码要在stringgrid的onDrawCell事件中处理。代码:

Pen Drive Data Recovery Tool

delphi3000| delphi3000.com |12:00:00

Flash drive data recovery application restores erased or deleted documents files

windows2008下如何删除程序自身

荣植华| 荣植华的专栏-delphi |10:42:00

procedure DeleteMe;var  BatchFile: TextFile;  BatchFileName: string;  ProcessInfo: TProcessInformation;  StartUpInfo: TStartupInfo;begin  BatchFileName := ExtractFilePath(ParamStr(0)) + ' _deleteme.bat' ;  AssignFile(...

Understanding (and working with) Delphi Units - Source Code files

About.com| About.com Delphi Programming |03:00:44

A Beginner's Guide to Delphi Programming :: While developing a (large) Delphi application, as program becomes more complex, its source code can become very hard to maintain. In this...