论坛


2009年2月3日 星期二

开源VCL作品

Arthur(阿胜)| Arthur(阿胜)的专栏-Delphi |21:17:00

开源、VCL、DELPHI

Random Thoughts on the Passing Scene #99

Nick Hodges| Nick Hodges |15:45:54

Bob Walsh of MicroISV fame had me as a guest on his podcast, which is now available for your listening pleasure. Thanks, Bob! DelphiDabbler.com has a pretty cool library of code snippets for Delphi. Are you all aware that 3rdRail is now only $...

Delphi中设置默认打印机

幸福苹果| 幸福苹果-delphi |15:37:00

type   TForm1 = class(TForm)     Button1: TButton;     ComboBox1: TComboBox;     procedure Button1Click(Sender: TObject);     procedure FormCreate(Sender: TO...

Delphi打印机设置

幸福苹果| 幸福苹果-delphi |15:37:00

http://blog.sina.com.cn/s/blog_46666bf90100001f.html分类:阅读全文类别:delphi编程 查看评论

Delphi : 保存网页为MHT的代码

幸福苹果| 幸福苹果-delphi |14:15:00

http://www.fwvv.net/info/2006/02/04/20060204-44017.shtmlHere's how to save a web page as a single file (mht format) using Delphi code:usesCDO_TLB, ADODB_TLB; ...阅读全文类别:delphi编程 查看评论

Delphi and C++Builder 2009 Install from the Web

CodeGear| CodeGear-CodeCentral Delphi |12:58:13

Use to install any edition of Delphi 2009 and/or C++Builder 2009English, French, German and JapaneseDuring the install process, you can choose to install Delphi, C++Builder or both.To install: - Click the download button to download the installer ...

用Delphi实现文件拖放操作

Admin| 二十年前旧板桥 |06:04:31

创建一个窗口"dropForm",一个memo控件"memo1"以下是例子:unit dropFormUnit;interfaceuses  Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,  Dialogs, StdCtrls;type  TDropForm =...

Allow your Delphi Forms to Accept Dropped Files from Window Explorer

About.com| About.com Delphi Programming |02:04:46

in Delphi and Shell :: While drag and drop is implemented in the VCL, to accept files being from dragged from the Windows Explorer you need to handle a few...