论坛


2009年6月18日 星期四

24 years of software development work in Scotts Valley…

David I| Sip from the Firehose |01:26:20

I just got back from two weeks in Europe visiting with great customers, partners, and press?in Moscow, Milan (Piacenza), Hamburg, Frankfurt, Brussels, London, and Maidenhead. I arrived back in time to celebrate my 24 years, today, here in Scotts V...

AlphaControls Lite Edition v6.36

CodeGear| CodeGear-CodeCentral Delphi |01:14:04

AlphaControls Lite Edition is a part of the AlphaControls package which can work without any limitations in Delphi 5/6/7/2005/2006/2007/2009 and C++ Builder 6/2006/2007/2009 under Windows XP and newer. By using these components you can see the bas...

AlphaControls 2009 v6.36

CodeGear| CodeGear-CodeCentral Delphi |01:09:11

A package of standard and unique skinned VCL's for UI design development using "AlphaSkins". AlphaControls is an easy-to-use universal and powerful tool for developing original skinned and non-skinned business/media applications....

2009年6月17日 星期三

包含EmbeddedWB的工程使CnPack代码助手失效的解决

rarnu| 橙子的Delphi技术专区-delphi |19:27:00

这是由EmbeddedWB本身引起的问题,该控件创建时,将消息全部挂住,于是代码助手无法弹出了修改方法如下:找到constructorTEmbeddedWB.Create(Owner: TComponent);begininherited;{$IFDEF DELPHI_5_UP}EnableMessageHandler;{$ENDIF}GetDDEVariables;阅读全文类别:de...

利用TChart做分离饼形图(无下载)

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

unit Unit1; interface …… var Form1: TForm1; ps: TPieSeries; implementation {$R *.dfm} procedure TForm1.FormCreate(Sender: TObject); begin ps.Free; ps := TPieSeries.Create(self); ps.Clear; ps.Repaint; ps.CustomXRadius := 70; ...

2009年6月16日 星期二

多线程HTTP断点续传下载演示

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

一个多线程HTTP断点续传下载演示程序,模仿迅雷,实现了基本的断点续传下载功能,如果对代码进行了完善请通过邮件给我发一份学习,谢谢! 用到的第三方控件: Raize3.1 Indy_9_00_14

Webinar Replay 2009Jun16 "Globalise Your Delphi Applications"

CodeGear| CodeGear-CodeCentral Delphi |13:01:38

This webinar covers new Delphi 2009 support for Unicode. It discusses basic concepts of Unicode like code points and transformation formats, changes in Delphi RTL and VCL like new “TCharacter” and “TEncoding” classes, some ...

"Globalizing your Delphi applications" - Delphi Unicode Resources

Pawel Glowacki| Pawel Glowacki |07:55:06

In few hours I’m going to do a free live webinar "Globalise your Delphi applications"?(June 16, 2009 4:00 PM CEST). Please go ahead and register here?(BTW: Two hours later there is a very interesting "InterBase - The Vault" webinar by Daniel...

Challenge Results - Fastest Delphi Unique Random Number Generator

About.com| About.com Delphi Programming |06:13:45

in Delphi Challenges :: Here's the list of the accepted entries. 13 entries were accepted before initial results were published. The winner (for the moment) is Patrick van Logchem with...

2009年6月15日 星期一

IDE Fix Pack 2.5 for RAD Studio 2007

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

RAD Studio 2007 的 IDE 补丁,修复多项 IDE 的问题. Fixes the following bugs in the IDE (_not_ in your applications) * QC #47807: Error insight fails to find TObject class * Possible deadlock when Error Insight calls ProcessMessages * QC #37462: IDE...

Delphi Tips / Dicas de Delphi (Delphi Meeting Online)

CodeGear| CodeGear-CodeCentral Delphi |12:44:51

This examples includes many Delphi Tips, for example: moving controls in runtime, using the RTTI, drag and drop from Windows Explorer, checking application memory, Debug tips, string memory use, etc...

REST Client - RSS Client, Google Maps and Translator, Yahoo Maps

CodeGear| CodeGear-CodeCentral Delphi |12:28:12

This example demonstrate how to use Google Maps API, Yahoo Maps API, Google Translator API and RSS Client, the initial code base used Marcu Cantu's demo, many changes added to unify the samples and adapted for other language.Examples used during t...

C to Pascal Converter 2.0

CodeGear| CodeGear-CodeCentral Delphi |04:35:54

C to Pascal Converter v2.0 has lots of new features. I apologise to all those who have waited so long for me to come up with this version. Also to all those who sent me feedback telling me how to improve C to Pascal Converter, Thank you.For those ...

High Performance Timer in Delphi - TStopWatch - Measure Elapsed Time

About.com| About.com Delphi Programming |03:17:17

in Timing Code :: In most "normal" database applications, for example, it is not that much important if some piece of code would take 1 or 2 seconds to execute....

SmartFlash v. 3.11

CodeGear| CodeGear-CodeCentral Delphi |03:02:17

SmartFlash is a VCL with additional features in Macromedia Flash ActiveX.SmartFlash support real trasparency of the flash and antialiasing effect in the flash frame.Also you can load flash, FLV from stream and grab frame to the bitmap with alpha-c...

« 上一页

下一页 »