2009年1月16日 星期五
IntraWeb 10 keys for Delphi and C++Builder 2009
Bob Swart| Dr.Bob’s Delphi Notes |08:05:55
Users of Delphi and C++Builder 2009 can finally request their key to install IntraWeb 10.x updates.
2009年1月15日 星期四
Delphi 与 DirectX 之 DelphiX(24): TDirectDrawSurface.Blt()、BltFast();
万一| 万一的 Delphi 博客 |23:00:00
这两个函数可不是一般的麻烦, 特别是 Blt(); 暂时搞不彻底, 这是初步尝试的例子:代码文件:unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, DXDraws, StdCtrls, DirectX; type TForm1 = c...
Delphi 与 DirectX 之 DelphiX(23): TDirectDrawSurface.Blur;
万一| 万一的 Delphi 博客 |20:47:00
本例效果图:代码文件:unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, DXDraws, StdCtrls; type TForm1 = class(TForm) DXDraw1: TDXDraw; Button1: TButton; Button2: TBut...
Delphi 与 DirectX 之 DelphiX(22): TDirectDrawSurface.Noise();
万一| 万一的 Delphi 博客 |18:26:00
本例效果图:代码文件:unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, DXClass, DXDraws, ComCtrls; type TForm1 = class(TForm) DXDraw1: TDXDraw; TrackBar1: TTrackBar; ...
Delphi 与 DirectX 之 DelphiX(21): TDirectDrawSurface 的绘图命令
万一| 万一的 Delphi 博客 |18:10:00
TDirectDrawSurface.PokeLine(); TDirectDrawSurface.PokeLinePolar(); TDirectDrawSurface.PokeBox(); TDirectDrawSurface.PokeBlendPixel(); TDirectDrawSurface.PokeCircle(); TDirectDrawSurface.PokeEllipse(); TDirectDrawSurface.PokeFilledEllipse(); TDirec...
DllHijacker For Delphi
DELPHI盒子| Delphi盒子 |16:01:00
生成用于Dll劫持的Delphi模板,部分DLL需要修改代码后才能支持劫持。 界面如下
DeCAL (Update 2) for Delphi 2009
CodeGear| CodeGear-CodeCentral Delphi |15:11:20
The Delphi Container and Algorithm Library (DeCAL) is a powerful library of reusable container classes, generic algorithms, and an easy to use persistence mechanism. It is similar to and based on Stepanov's STL.This is a port of Ross Judson's DeCA...
Delphi 与 DirectX 之 DelphiX(20): TDirectDrawSurface.FillRect...
万一| 万一的 Delphi 博客 |10:07:00
TDirectDrawSurface.Fill(); TDirectDrawSurface.FillRect(); TDirectDrawSurface.FillRectAlpha(); TDirectDrawSurface.FillRectAdd(); TDirectDrawSurface.FillRectSub(); 其中 Fill 在前面每个例子中都有用到; 另外注意: 这几个函数中的颜色格式有点乱: Fill 与 ...
Enumerating available SQL Servers using Delphi code + Retrieving databases on a SQL Server
About.com| About.com Delphi Programming |03:00:07
in Delphi does SQL :: If you are doing database development with Delphi and Microsoft's SQL Server is your choice (I'm thinking of using Delphi over ADO and OLE...
Why use DB Optimizer?
Pawel Glowacki| Pawel Glowacki |00:38:00
Until today I did?not know how innovative?DB Optimizer is! Is there anything coming close out there? I did not know that Kyle - DBOptimizer architect - likes to take photos:-) Ignorance is BLISS … or not? *) the photo?was taken by Grzenius ...
2009年1月14日 星期三
Delphi 与 DirectX 之 DelphiX(19): 绘图表面(TDirectDrawSurface)如何加载图片
万一| 万一的 Delphi 博客 |21:07:00
上个例子中 TDirectDrawSurface 是从 TDXImageList 中获取的图片,其实 TDirectDrawSurface 自己获取图片的方法有很多:TDirectDrawSurface.LoadFromFile(); TDirectDrawSurface.LoadFromStream(); TDirectDrawSurface.LoadFromGraphic(); TDirectDrawSurface.LoadFrom...
Generics in Delphi 2009 Win32
CodeGear| CodeGear-CDN Delphi |05:14:13
Building rock-solid Delphi applications with SmartInspect and EurekaLog
CodeGear| CodeGear-CDN Delphi |04:42:45
2009年1月13日 星期二
Delphi 与 DirectX 之 DelphiX(14): TPictureCollectionItem.DrawRotate...
万一| 万一的 Delphi 博客 |22:46:00
类似 TPictureCollectionItem.DrawRotate(); 的重载函数还有: TPictureCollectionItem.DrawRotateAdd(); TPictureCollectionItem.DrawRotateSub(); TPictureCollectionItem.DrawRotateAlpha(); TPictureCollectionItem.DrawRotateAddCol(); TPictureCollectionItem.D...
Delphi 与 DirectX 之 DelphiX(13): TPictureCollectionItem.DrawRotate
万一| 万一的 Delphi 博客 |21:38:00
本例效果图(实际效果是相当流畅的, gif 只能说明个动作趋势):代码文件:unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, DXDraws, StdCtrls, DXClass, ComCtrls; type TForm1 = class(TFo...





冀公网安备 13098202000212号