论坛


2009年10月9日 星期五

Unicode Statistics Tool

CodeGear| CodeGear-CodeCentral Delphi |12:56:27

Parser.exe is based on Jacob Thurman's work, and should support Pascalcode all the way back to the early days. It may have some issues withsome really old and esoteric syntax.Please take it for a spin and give me some feedback. I'd like to knowif ...

WindowsAPI: MulDiv

万一| 万一的 Delphi 博客 |11:51:00

MulDiv(a, b, c) 中的 a、b、c 是三个 Integer, 同时返回一个 Integer.其计算方式类似于: a * b / c 或 a * b div c, 但也有区别.//例一: 相同处 var a,b,c,n1,n2: Integer; begin a := 4; b := 3; c := 2; n1 := a * b div c; n2 := MulDiv(a, b, c); ...

Delphi and Embarcadero Change Manager Working Together - Video

CodeGear| CodeGear-CDN Delphi |10:16:07

Allow Only One Application Execution per Windows Session

About.com| About.com Delphi Programming |01:00:18

in TIPS :: While there are ways to protect a Delphi application from misusage, there are situation when you want to have the weirdest protection available, but simple to implement....

2009年10月8日 星期四

Delphi check-in log entries of the day:

Allen Bauer| The Oracle at Delphi |19:20:16

25232 trunk/com/ scanner.c Thu Oct 8 20:41:10 2009 UTC ytagawa Log: [dcc64] (scanner.c) Don't define ASSEMBLER for x64 for awhile. 25224 trunk/com/ codegen.c Thu Oct 8 12:35:00 2009 UTC eboling Log: Refactoring in PassParams to support changes ...

使用 InputBox、InputQuery 的启发

万一| 万一的 Delphi 博客 |17:21:00

看了 InputBox、InputQuery 函数实现的源码, 有些收获与心得...通过 InputBox 可获取用户输入的字符串:procedure TForm1.Button1Click(Sender: TObject); var str: string; begin str := InputBox('输入窗口标题', '输入提示', '默认输入内容'); ShowMessage(s...

TMS+Pack.v5.2.4.1-for D5-D2010 FullSource

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

著名的控件包,涉及编程的众多方面,本版本是截止2009.10.8获得的最新源码,支持D5-D2010。包中已经生成了D2009和D2010的BPL,其他版本自己生成。注意TeeChar控件,已经安装了非delphi原带版本teechar控件的,把包中对Tee的需要删除。安装细节还可参阅包中DOC中的内?..

Delphi写的文件批量改名工具(无下载)

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

本人delphi业余初学爱好者写的,高手就不要看了,怕你们做恶梦^-^ 介绍就不用了吧,呵呵 注代码: unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, Menus,FileCtrl; type ...

VclSkin V5.4 for D7-D2010 FullSource

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

该版本是完全源码版,不需要破解,也不需要授权补丁。安装后只有两个控件:TSkinData和TSkinStore。对各个版本的Delphi支持很好。虽然现在有了很多可以灵活实现皮肤的方法(尤其是D2010),但VclSkin仍是最方便的。压缩包中含有最新的皮肤和皮肤编辑器。经过测试,发...

2009年10月7日 星期三

受困于ADO的Mode 属性

扬帆| 扬帆Blog - Delphi |17:00:07

       今天写一个小程序,从网上搜了一个ado连接acces的连接字符串,然后写了个清空数据表的语句,结果怎么都执行不成功~~~       郁闷之后发现该字符串有这样的字样: ADOQuery1.ConnectionString :=...

TurboPower Poll Results

Nick Hodges| Nick Hodges |10:14:59

Here’s a chart showing the results of the poll I took on what TurboPower projects are of interest to you. (You can certainly still take the poll if you want, but the trends are pretty clear by now…) Seems that a lot more of you than I would have...

Delphi RAS拨号连接管理TDialUp v1.0

minyoad| minyoad的技术坛子-delphi |00:28:18

 老外写的一个用来管理RAS拨号的控件。使用简单:创建一个TDialUp的实例,利用PossibleConnections可以获得系统当前的拨号连接列表。拨号例子:

2009年10月6日 星期二

VGScene 2.85

CodeGear| CodeGear-CodeCentral Delphi |23:50:38

VGScene is a suite of native Delphi/C++Builder/Lazarus components for develop rich applications for desktop like Adobe AIR or Microsoft WPF. + Cross-platform solution available on Microsoft Windows and Apple Mac OS X+ Fast realtime anti-aliased ve...

DXScene 2.85

CodeGear| CodeGear-CodeCentral Delphi |23:12:39

DXScene is DirectX and OpenGL based 3D library for Delphi/C++ Builder/Lazarus. * Hardware accelerated 3D graphics on Windows and Mac OS X * WYSIWYG run-time and design-time designer and property editors * Full 3D transformation - rotation...

Back from quick trip to Europe - thank you EKON 13 team and S&S

David I| Sip from the Firehose |19:25:44

I spent last week in London, Paris, and Darmstadt.? In London, I spent the morning with 30 of the top Delphi developers giving deep dive technical demonstrations of the DataSnap 2010 and Touch/MultiTouch/Gesture support in Delphi 2010.? In Paris, ...

« 上一页

下一页 »