论坛


2009年3月27日 星期五

飞恒进销存(超市批发)管理系统

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

飞恒进销存(超市批发)管理系统V5.1(含源程序) 语言:Delphi 6/7 相关控件:FastReport 2.4以上, Ehlib 3.4以上 1.数据库为fhe2db_V51.dat; 2.ADO数据连接参考安装说明文档; 3.V5.1(最后编译时间20060123); 4.是一套较全面的进销存源码;此中未包括发布POS前台; 5....

判断程序是否在Virtual PC内运行

rarnu| 橙子的Delphi技术专区-delphi |13:52:00

functionIsRunInVPC(outErrMsg:string): Boolean;beginResult:= False;try   asm      push ebx      mov ebx, 0      mov eax, 1     阅?..

继续放Delphi2010的新消息

rarnu| 橙子的Delphi技术专区-delphi |10:24:00

1. Delphi.NET 将支持AOP,而很值得高兴的,VCL.NET还在继续进步,它并没有被放弃2. 调试器环境模拟,Delphi2010的调试器可以模拟出Win98至Win7的环境对一个程序进行调试,换言之,对于平台兼容性的测试,将不再需要测试者安装许多操作系统3. 一些改进的特性,来帮助...

Constructing the Database Connection String Dynamically at Run Time for your Delphi application

About.com| About.com Delphi Programming |02:00:23

DB Course :: When creating database applications that are to be run on various machines, the connection to the data source should not be hard-coded in the executable. This...