论坛


2008年10月27日 星期一

DXScene

CodeGear| CodeGear-CodeCentral Delphi |19:36:20

DXScene is DirectX based 3D library for Delphi and C++ Builder. * Hardware accelerated 3D graphics * WYSIWYG design-time designer and property editors * Full 3D transformation - rotation, scale, translate * A set of built-in shapes is ...

Save / Load Richedit content (RTF) into an access database

delphi3000| delphi3000.com |12:00:00

Sometimes it is need to save/load rich text format data into an access db without losing its format. It could be done easily in Delphi !

SQLMemTable

CodeGear| CodeGear-CodeCentral Delphi |08:24:47

SQLMemTable is a simple and fast in-memory table and query for Delphi and C++ Builder.SQLMemTable includes three visual components: * TSQLMemTable which is a fast and easy in-memory TTable replacement; * TSQLMemQuery that provides a subset o...

Overloading Delphi’s ShowMessage to accept Integer, Boolean, Float, ...

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

in Delphi TIPS :: Delphi's ShowMessage procedure, defined in the dialogs.pas unit, displays a message in a dialog box, waits for the user to click an OK button. I'm using...

2008年10月26日 星期日

A Picture

Nick Hodges| Nick Hodges |21:02:25

 

A Picture

Nick Hodges| Nick Hodges |21:02:25

 

监视资源管理器的文件变化

幸福苹果| 幸福苹果-delphi |17:35:00

unitUnit1;interfaceusesWindows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,Dialogs, shlobj, activex, StdCtrls, FileCtrl,strUtils;constshcne_renameitem = $1;shcne_create = $2;shcne_delete = $4;shcne_mkdir = $8;shcne_rmdir = $1...

Delphi : 设置外部窗口的透明 度

幸福苹果| 幸福苹果-delphi |17:29:00

WinAPI: SetLayeredWindowAttributes - 设置窗口的透明这是来宾 Dolby 在http://www.cnblogs.com/del/archive/2008/03/08/1081295.html#1096814询问的问题.阅读全文类别:delphi编程 查看评论

delphi:操作EXCEL

幸福苹果| 幸福苹果-delphi |17:17:00

(一) 使用动态创建的方法首先创建 Excel 对象,使用ComObj:var ExcelApp: Variant;ExcelApp := CreateOleObject( 'Excel.Application' );1) 显示当前窗口:ExcelApp.Visible := True;2) 更改 Excel 标题栏:ExcelApp.Caption := '应用程序调用 Microsoft Excel';3) ?..

人民币大小写转换

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

function StrToRMB(number: string; cntype: integer): string;{介绍:参数number为string类型,数字格式cntype=0:转换为人民币大写格式cntype=1:转化为数字大写格式例如:decimaltocn('45092034.54',0) :'肆仟伍佰零玖万贰仟零叁拾肆元伍角肆分阅读全文类别:delphi?..

Delphi : 网页快照图片

幸福苹果| 幸福苹果-delphi |17:08:00

uses MSHTML,ActiveX,StrUtils,Jpeg;procedure TForm1.Button1Click(Sender: TObject);varDoc: IHTMLDocument2;ViewObject: IViewObject;sourceDrawRect: TRect;a, getjpg: TBitMap;i, m: integer;pdest, psour: hbitmap;jpg: tjpegimage;beginDoc := WebBrowser1.Do...

At PDC

Allen Bauer| The Oracle at Delphi |16:10:38

Just a quick little note that I’m at the PDC conference. I’ll be at the multicore/concurrent programming pre-con session. If that’s where you’ll be as well, be sure to say hi.

At PDC

Allen Bauer| The Oracle at Delphi |16:10:38

Just a quick little note that I’m at the PDC conference. I’ll be at the multicore/concurrent programming pre-con session. If that’s where you’ll be as well, be sure to say hi.

ASQLite3_2006_01_B 修正版

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

由于这个控件较老没更新了,谁能搞到最新的,请通知到2ccc.com 请尽量使用 最新sqlite版本的dll 请高手帮助 让delphi使用 obj文件中的 sqlite3_key , 我不知道怎么修改 静态引用obj 的编译指令: SQLite_Static 2008.10 3.2.x中的 sqlite3_open 为ansi...

第3章 使用DBX4的測試框架類別(1)

李维| IT : 是工作還是嗜好? |14:45:22

DBX框架中除了處理資料庫的類別之外,其實還包含了許多有用的輔助類別,這些輔助類別除了可以幫助開發人員撰寫資料處理功能之外,也可以幫助開發人員建立測試資料庫,測試資料表以及自動建立測試資料等一般在開發資料庫應用程式經常需要進行的工作。DBX框架甚至擴展?..

« 上一页

下一页 »