论坛


2008年10月30日 星期四

学习 Message(15): 让窗体同时响应键盘事件的方法

万一| 万一的 Delphi 博客 |14:19:00

KeyPreview := True; 即可, 它默认是 False; 这对一些快捷键会有用.测试代码:unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls; type TForm1 = class(TForm) Memo1: TMemo; ...

学习 Message(14): 区分左右 Shift、Ctrl、Alt

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

代码文件:unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls; type TForm1 = class(TForm) Memo1: TMemo; procedure FormCreate(Sender: TObject); procedure FormMo...

Gravador de Arquivos em Threads

CodeGear| CodeGear-CodeCentral Delphi |13:33:15

Gravador de Arquivos em Threads* Recebe dados a escrever em arquivos e escreve em uma thread separada, respondendo assim de forma imediata;* Permite a escrita em diversos arquivos simultâneamente;* Suporta ser utilizada simultaneamente p...

学习 Message(13): 解析 TWMMouse.Keys 参数

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

本例效果图:代码文件:unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs; type TForm1 = class(TForm) protected procedure MyMouseDown(Msg: TWMMouse); procedure WMLButtonDow...

Advanced Delphi Editing - Custom TadpEdit VCL Component

About.com| About.com Delphi Programming |13:00:26

Custom VCL :: Full source code of a TadpEdit Delphi component, an extension to the standard TEdit control with properties like: ColorOnEnter (changes the background color of the control when...

MM(ModelMaker)两小时上手指南.pdf

Admin| 二十年前旧板桥 |11:42:41

MM(ModelMaker)两小时上手指南.pdf下载地址:http://www.namipan.com/d/MM(ModelMaker)%e4%b8%a4%e5%b0%8f%e6%97%b6%e4%b8%8a%e6%89%8b%e6%8c%87%e5%8d%97.pdf/90d1307e17fea102edd47159445524767d4b7db70ff80200Tags -delphi2009,mm

学习 Message(12): 整合鼠标 Down 消息

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

unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs; type TForm1 = class(TForm) protected procedure WMLButtonDown(var Message: TWMLButtonDown); message WM_LBUTTONDOWN; pr...

PngComponents for Delphi 2009

CodeGear| CodeGear-CodeCentral Delphi |10:31:44

This is an adaption for Delphi 2009 of the PngComponents created by Martijn Saly (www.thany.org), which makes use of the new built-in PngImage support.The original Png units from Gustavo Daud are no longer part of the package (mostly because I'm n...

PngComponents for Delphi 2009

CodeGear| CodeGear-CodeCentral Delphi |10:31:44

This is an adaption for Delphi 2009 of the PngComponents created by Martijn Saly (www.thany.org), which makes use of the new built-in PngImage support.The original Png units from Gustavo Daud are no longer part of the package (mostly because I'm n...

Habari SQS Client for Amazon Simple Queue Service - Delphi 2007

CodeGear| CodeGear-CodeCentral Delphi |05:45:50

Habari SQS Client is a Delphi client library which provides easy access to the Amazon Simple Queue Service messaging system.Supported IDEs: CodeGear Delphi 2006 or 2007 with SOAP Runtime Update and Internet Direct (Indy) 10.2.3. Requires Amazon We...

Habari SQS Client for Amazon Simple Queue Service - Delphi 2007

CodeGear| CodeGear-CodeCentral Delphi |05:45:50

Habari SQS Client is a Delphi client library which provides easy access to the Amazon Simple Queue Service messaging system.Supported IDEs: CodeGear Delphi 2006 or 2007 with SOAP Runtime Update and Internet Direct (Indy) 10.2.3. Requires Amazon We...

AlphaControls 2009 v6.01

CodeGear| CodeGear-CodeCentral Delphi |03:15:00

AlphaControls is an easy-to-use universal and powerful tool for developing original skinned and non-skinned business/media applications. We have also added some properties, which make AlphaControls (and the applications that use them) unique. - ...

2008年10月29日 星期三

BusinessSkinForm v.7.05

CodeGear| CodeGear-CodeCentral Delphi |20:03:06

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...

DynamicSkinForm v.10.05

CodeGear| CodeGear-CodeCentral Delphi |19:53:30

DynamicSkinForm VCL library help you to create applications with skins. Skins support for forms, menus, hints, many standard and non-standard original controls. Skins with many objects, effects help you to create standard and non-standard cool ap...

学习 Message(10): 测试复合 TWMMouse 结构相关的鼠标消息

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

和 TWMMouse 一直的消息结构有:TWMLButtonDblClk {左键双击} TWMLButtonDown {左键按下} TWMLButtonUp {左键抬起} TWMMButtonDblClk {中键双击} TWMMButtonDown {中键按下} TWMMButtonUp {中键抬起} TWMMouseMove {鼠标移动} TWMRButtonDblClk {右键...

« 上一页

下一页 »