论坛


2009年1月17日 星期六

VGScene!!

rarnu| 橙子的Delphi技术专区-delphi |22:36:00

首先来看两个图图一图二看上去图二只是比图一大了点,不过你可千万不要认为是把图一做了一下放大其实这两张图是一阅读全文类别:delphi技术 查看评论

Delphi 与 DirectX 之 DelphiX(68): TDIB.DoNovaEffect();

万一| 万一的 Delphi 博客 |18:32: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(67): TDIB.DoSmoothRotate();

万一| 万一的 Delphi 博客 |18:19: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: ...

BCS Date Time Selector

CodeGear| CodeGear-CodeCentral Delphi |16:50:22

Maintenance Calendar1/17/2009 - Initial Release

不同的services之间的调用

TinTinSoft| 碧水航工作室-delphi |13:55:00

不同的services之间调用是有可能,如我们封装了DBSerives,而LoginServices也相对独立,但初次校验Session的用户账号和密码,有可能使用到DBSerives的方法。我在新闻组看到RO的一个范例,代码如下:Provided that- you have 3 services (srvcLogin, srvcOne, srvcTwo...

BCS Get GUID Component

CodeGear| CodeGear-CodeCentral Delphi |10:42:45

This application provides the necessary communications to dynamically generate GUID's.Maintenance History1/17/2009 - Initial Release

向事件查看器中添加事件

扬帆| 扬帆Blog - Delphi |01:43:38

{向事件查看器中添加事件}{Error:1 Warn:2 Information:4 AuditSuccess:8 AuditFailure:16}procedure MyReportEvent(AMsg: String; AType: Word);var  h: THandle;  pMsg: PChar;begin  h := 0;  try    try   &n...

teechart 获取曲线交点的方法

minyoad| minyoad的技术坛子-delphi |00:39:05

问题:在如下图的红色曲线中,如何获得当y为一确定值(如-3)时相应的x的值(可能为多个)?解答:方法有两个1.teechart标准版可实现

2009年1月16日 星期五

Delphi 与 DirectX 之 DelphiX(66): TDIB.DoResample();

万一| 万一的 Delphi 博客 |22:46: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(65): TDIB.DoBrightness();

万一| 万一的 Delphi 博客 |22: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: ...

Delphi 与 DirectX 之 DelphiX(64): TDIB.DoColorize();

万一| 万一的 Delphi 博客 |22:26: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(63): TDIB.DoPosterize();

万一| 万一的 Delphi 博客 |22:19: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(62): TDIB.DoSolorize();

万一| 万一的 Delphi 博客 |22:11: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: ...

使用FastNet发送163邮件

rarnu| 橙子的Delphi技术专区-delphi |16:35:00

为什么要使用FastNet呢?原因就是Indy不行!在D2009下,想用Indy发送163的邮件很困难我试图移植一个D2007下的邮件收发程序去D2009上但是在发送163的邮件时,直接报错,说没有通过验证网上查了查,很多人说是163的邮件协议改了,indy不认但是D2007和D2009都是用的Indy...

Delphi 与 DirectX 之 DelphiX(25): TDIB.Blur();

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

DelphiX 的组件面板上, 第二个就是 TDXDIB;TDXDIB.DIB 是 TDXDIB 的唯一属性(其他是 TComponent 固有的);TDXDIB.DIB 属性是一个 TDIB 对象;TDIB 和 TBitmap 一样都直接继承自 TGraphic, 是一个图片容器, 它还有个别名: TDIBitmap;TDIB 和 TDXDraw.Surface 还有 TDXIm...

« 上一页

下一页 »