论坛


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框架甚至擴展?..

DBGrid变换成HTML表格

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

http://blog.csdn.net/uudelphi阅读全文类别:delphi编程 查看评论

dbgrid实现分页

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

unit Unit1;interfaceusesWindows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,Dialogs, StdCtrls, DB, DBTables, Grids, DBGrids,math, ComCtrls;typeTForm1 = class(TForm)阅读全文类别:delphi编程 查看评论

关于Firebird作为嵌入式数据库的使用

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

如今行业软件,大都基于数据库。而一些小型的企业根本谈不上用大型数据库,如SQL Server,如果考虑用Oracle等,当然他们都是用D版了,否则如把钱放入海一样。早期,用InterBase作为后台作个软件,但后来发现小企业中,用的是破旧不稳定的机器阅读全文类别:delphi编?..

Delphi’s RTL Unleashed (Built in Delphi’s Functions and Procedures)

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

in Delphi Lang :: Imagine the next situation: you were coding some It-can-do-anything super function for a few days and just as you thought it is now finished your fellow...