论坛


2010年4月21日 星期三

学 Win32 汇编[30] - 条件及循环伪指令: .IF、.WHILE、.REPEAT 等

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

阅读: 9 评论: 0 作者:万一发表于 2010-04-21 17:26原文链接.IF、.ELSEIF、.ELSE、.ENDIF: 条件伪指令;可以使用和 C 语言类似的条判断: a == b a != b a > b a >= b ab a= b a && b a & b a || b !a ;还可以直接判断几个常用的标志位: CARRY? ;进位标志 OVERFL...

Custom Vista/Windows 7 title bar example

CodeGear| CodeGear-CodeCentral Delphi |16:08:44

See the following posts for a step-by-step account of the necessaries:http://delphihaven.wordpress.com/2010/04/19/setting-up-a-custom-titlebar/http://delphihaven.wordpress.com/2010/04/22/setting-up-a-custom-titlebar-reprise/

如何把类中的方法做参数 - 回复 "林Lin☆☆" 的问题

万一| 万一的 Delphi 博客 |16:03:00

阅读: 21 评论: 0 作者:万一发表于 2010-04-21 16:03原文链接问题来源:http://www.cnblogs.com/del/archive/2008/08/15/1268301.html#1806783unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs...

MECSUtils ver1.50

CodeGear| CodeGear-CodeCentral Delphi |06:15:09

MECSUtils unit constains several functions and classes to support international characters with AnsiString/UnicodeString/WideString.# Please check source code for detail.Classes:--------------------- - PUnicodeChar(*1) - PUTF8Char - TEastAsianWidt...

Live Webinar: Finding and Fixing Performance Problems in a Complex Application and Database System

CodeGear| CodeGear-CDN Delphi |03:00:43

Live Webinar: Finding and Fixing Performance Problems in Database-Driven Applications

CodeGear| CodeGear-CDN Delphi |03:00:43

2010年4月20日 星期二

Deactivating the TShellTreeView Delphi Control - Faking the Active Property

About.com| About.com Delphi Programming |06:36:12

Habari XB Client 1.2 - xmlBlaster MoM client for Delphi

CodeGear| CodeGear-CodeCentral Delphi |02:12:29

Habari XB Client is a Message oriented Middleware (MoM) client component for the xmlBlaster Open Source message broker. With this component and xmlBlaster, it is possible to exchange data between clients written in Delphi, PHP, Perl, Python, C, C+...

Habari XB Client 1.2 - xmlBlaster 2.0 MoM client for Delphi

CodeGear| CodeGear-CodeCentral Delphi |02:12:29

Habari XB Client is a Message oriented Middleware (MoM) client component for the xmlBlaster Open Source message broker. With this component and xmlBlaster, it is possible to exchange data between clients written in Delphi, PHP, Perl, Python, C, C+...

2010年4月19日 星期一

简单的 "双缓冲" 绘图的例子 - 回复 "TookiQ" 的问题

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

阅读: 93 评论: 0 作者:万一发表于 2010-04-19 23:44原文链接所谓双缓冲就是先画到内存画布(如: TBitmap), 然后再转帖到目的地.譬如下面小程序:procedure TForm1.FormCreate(Sender: TObject); begin Timer1.Interval := 100; Color := clWhite; end; procedure...

TPageControl 上有多个 TWebBrowser 时, 如何协调 Back、Forward - 回复 "飘逸的蓝" 的问题

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

阅读: 87 评论: 5 作者:万一发表于 2010-04-19 22:58原文链接问题来源:http://www.cnblogs.com/del/archive/2007/12/13/993840.html#1804933代码:unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dia...

BusinessSkinForm v. 8.35

CodeGear| CodeGear-CodeCentral Delphi |19:50:33

BusinessSkinForm VCL library help you to create applications with skins support for forms, menus, hints, many standard and DB controls. You can create your skins with special editor. Develop your business applications with BusinessSkinForm VCL!Fea...

如何和我共享 DropBox 上的 PDF 电子书

万一| 万一的 Delphi 博客 |09:55:00

阅读: 210 评论: 3 作者:万一发表于 2010-04-19 09:55原文链接这是在 DropBox 上第二次申请的空间, 第一次的空间应开放的透明度太高被无聊之人夺去不再提.现在资料已传 6G 左右, 传满 10G 还需要几天.这些资料您可以下载, 也可以在电脑上建立一个文件夹和我同步.不管...

Directory Helper Routines - Directory Related Delphi Functions and Procedures

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

2010年4月17日 星期六

Code for "Fun with Testing DateUtils"

CodeGear| CodeGear-CodeCentral Delphi |20:53:09

Introduction:This code accompanies my blog post series called "Fun with Testing DateUtils.pas".http://blogs.embarcadero.com/nickhodges?s=fun+with+testing+DateUtils&search.x=0&search.y=0This code contains two files:DateUtilsUpdate...

« 上一页

下一页 »