论坛


2009年1月25日 星期日

常用字体符号列表

万一| 万一的 Delphi 博客 |15:26:00

!-- function GetSymbol() { SymbolStr = ''; SymbolStr += 'IDArialWebdingsWingdingsWingdings 2Wingdings 3Symbol'; for (i=32; i256; i++) { SymbolStr += '' + i + '' + String.fromCharCode(i) + '' + String.fro...

Delphi 与 DirectX 之 DelphiX(95): TDIB.x

万一| 万一的 Delphi 博客 |12:48:00

//让 TDIB 的这些特效烦透了: 多、还重复、又不完善; 还没有测试或测试失败的方法: procedure DrawShadow(SrcDIB: TDIB; X, Y, Width, Height, Frame: Integer; FilterMode: TFilterMode); procedure DrawShadows(SrcDIB: TDIB; X, Y, Width, Height, Frame: Integer...

IDE Fix Pack 2.2 for RAD Studio 2009

CodeGear| CodeGear-CodeCentral Delphi |12:36:59

The IDE Fix Pack installs an DLL-Expert that fixes the following Delphi/C++Builder 2009 bugs at runtime:Fixes the following bugs in the IDE (_not_ in your applications)* QC #67351: Debugger invokes anonymous method by itself* QC #58045: Component ...

IDE Fix Pack 2.2 for RAD Studio 2007

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

The IDE Fix Pack installs an DLL-Expert that fixes the following RAD Studio 2007 bugs at runtime:Fixes the following bugs in the IDE (_not_ in your applications)* QC #58045: Component captions and component icons disappear from form designer* QC #...

Delphi 与 DirectX 之 DelphiX(94): TDIB.DrawAdditive();

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

本例效果图:代码文件:unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, DIB, StdCtrls; type TForm1 = class(TForm) DXPaintBox1: TDXPaintBox; Button1: TButton; Button2: ...

Controling DLL Loading and Initialization in Delphi applications

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

DLLs :: When you are writing dynamic link libraries and need to control the loading and unloading of a DLL, or if you want to initialize your DLL when it...

Delphi 与 DirectX 之 DelphiX(93): TDIB.DrawDarken();

万一| 万一的 Delphi 博客 |10:30:00

本例效果图:代码文件:unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, DIB, StdCtrls; type TForm1 = class(TForm) DXPaintBox1: TDXPaintBox; Button1: TButton; Button2: ...

2009年1月24日 星期六

Delphi 与 DirectX 之 DelphiX(92): TDIB.Draw3x3Matrix();

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

本例效果图:代码文件:unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, DIB, StdCtrls; type TForm1 = class(TForm) DXPaintBox1: TDXPaintBox; Button1: TButton; Button2: ...

Delphi 与 DirectX 之 DelphiX(90): TDIB.DrawMorphed();

万一| 万一的 Delphi 博客 |18:23:00

本例效果图:代码文件:unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, DIB, StdCtrls; type TForm1 = class(TForm) DXPaintBox1: TDXPaintBox; Button1: TButton; Button2: ...

Using more than 3 GB memory in a 32 bit Delphi program

CodeGear| CodeGear-CodeCentral Delphi |15:05:52

This program demonstrates how to use up to 2.5 GB of RAM on the 32bit versions of Windows XP Prof. and Server 2003 and up to 3.5 GB of RAM on the 64bit versions of Windows XP, Vista, Server 2003 and 2008. This is accomplished by instructing the De...

Convert MSSQL to MySQL

delphi3000| delphi3000.com |12:00:00

MSSQL to MySQL converter is a non destructive utility that converts bulk database records of Microsoft SQL database to MySQL instantly. Transfer program is compatible to all attributes, key constraints and data types of MSSQL and MySQL. MSSQL data...

游戏王卡片DIY制作工具V1.1

rarnu| 橙子的Delphi技术专区-delphi |09:44:00

有人说需要只闪画面的,不要闪全卡,于是就改了一下程序另外也添加了一个3D金属样式。当然了,做出来的卡片只是看那没什么用3D金属样式是用于打印的,在电脑上看并不是很漂亮下图是仅画面闪,当然了,这个版本也能像前个版本一样,实现全卡面闪阅读全文类别:delphi?..

May I borrow two minutes of your time, please?

CodeGear| CodeGear-CDN Delphi |04:12:32

2009年1月23日 星期五

Delphi 与 DirectX 之 DelphiX(89): TDIB.DrawAlphaMask();

万一| 万一的 Delphi 博客 |22:26:00

本例效果图:代码文件:unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, DIB, StdCtrls, ExtCtrls; type TForm1 = class(TForm) DXPaintBox1: TDXPaintBox; Button1: TButton; ...

From vnunet.com: Top 10 IT priorities for the Obama administration

David I| Sip from the Firehose |22:12:00

In a recent article on vnunet.com, Iain Thomson and Shaun Nichols, create their top 10 IT priorities list for the Obama adminstration. 10. Use webcasting in government business 9. Update the Digital Millennium Copyright Act 8. Create?a Federal Com...

« 上一页

下一页 »