2008年10月31日 星期五
Delphi 2009 Update 1(12.0.3210.17555)下载
Admin| 二十年前旧板桥 |22:22:27
来自Nick Hodges博客的原文:引用Delphi 2009 Update 1 is now live. You can read about the updatehere in the Release Notes. You can look at thelist ofQuality Central reports fixedin this update.If you have your IDE set to automatically chec...
学习 Message(22): WM_SYSCOMMAND 消息[六] : 系统菜单综合操作示例
万一| 万一的 Delphi 博客 |22:09:00
本例效果图:代码文件:unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls; type TForm1 = class(TForm) Button1: TButton; Button2: TButton; Button3: TButton; ...
SmartEffects v.1.50
CodeGear| CodeGear-CodeCentral Delphi |20:42:10
SmartEffects is an easy-to-use VCL that enables you to create amazing splash screens, forms, controls and image transition effects.Features: * easy to use * over 50 transition effects * cool collection with over 70 mask-bitmaps for...
学习 Message(21): WM_SYSCOMMAND 消息[五] : 点击关闭按钮让窗体最小化
万一| 万一的 Delphi 博客 |16:57:00
unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs; type TForm1 = class(TForm) protected procedure WMSysCommand(var Message: TWMSysCommand); message WM_SYSCOMMAND; end; v...
学习 Message(20): WM_SYSCOMMAND 消息[四] : 使最大最小化按钮失效
万一| 万一的 Delphi 博客 |16:52:00
unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs; type TForm1 = class(TForm) protected procedure WMSysCommand(var Message: TWMSysCommand); message WM_SYSCOMMAND; end; v...
学习 Message(19): WM_SYSCOMMAND 消息[三] : WParam 参数
万一| 万一的 Delphi 博客 |16:41:00
TMessage.WParam 就是 TWMSysCommand.CmdType; 这是系统命令编号.下面程序会把 WParam 拦截, 并显示的窗体标题.unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls; type TForm1 =...
学习 Message(18): WM_SYSCOMMAND 消息[二] : LParam 参数
万一| 万一的 Delphi 博客 |16:26:00
WM_SYSCOMMAND 消息的 LParam 参数是鼠标位置, 低位是 X, 高位是 Y.下面三段程序是一样的只是使用不同类型的消息参数, 用 TWMSysCommand 更方便, 用 TMessage 更正统.程序一:unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphi...
Placing a DateTimePicker inside a Delphi DBGrid
About.com| About.com Delphi Programming |15:00:37
inside the DBGrid :: Why not! If you have a database table containing a date (time) field you could/should be tempted to provide a calendar-like drop down selection for a...
Delphi 2009 Update 1 is now live
Nick Hodges| Nick Hodges |14:39:26
Delphi 2009 Update 1 is now live.? You can read about the update here in the Release Notes. You can look at the list of Quality Central reports fixed in this update. If you have your IDE set to automatically check for updates, you should be notifi...
InfoPower Grid Essentials for Delphi 2009 and C++Builder 2009
CodeGear| CodeGear-CodeCentral Delphi |14:20:30
InfoPower Grid Essentials brings you the essential parts of the database grid from the InfoPower Studio component suite. These essential parts include the TwwDBGrid component, and the following controls for embedding in the grid (TwwDBComboBox, T...
Pascal 精要.chm下载
Admin| 二十年前旧板桥 |13:07:40
l精要本书原名:Essential Pascal,这里提供的是一个翻译本。作者介绍 意大利人,长期从事Delphi开发及教学工作, 《Delphi入门到精通》及《Delphi 开发人员手册》的作者,本书《Essential Pascal》1999年10月完成。 进一步了解 Marc...
Resource Tuner Console
CodeGear| CodeGear-CodeCentral Delphi |12:10:40
Resource Tuner Console is an efficient and highly customizable script driven resource editor with a command-line interface that supports the creation and editing of resources in 32- and 64-bit Windows EXE or DLL files. Resource Tuner Console accep...
PE Explorer
CodeGear| CodeGear-CodeCentral Delphi |12:08:33
PE Explorer contains a whole host of powerful analysis and editing tools for working with win32 PE files, and provides C++Builder developers the necessary tools for disassembly and inspection of unknown binaries, modifying the properties of execut...
学习 Message(16): 测试 $0118 号消息
万一| 万一的 Delphi 博客 |12:04:00
目前对 $0118 号消息的认识:1、微软和 Delphi 都没有给改消息定义一个常量, 假如定义的话用 WM_SYSTIMER 比较合适;2、此消息只在文本输入类控件(譬如: TMemo、TRichEdit、TEdit)获得焦点时才会发出, 用于控制输入光标;3、此消息每秒一次, 和输入光标同步;4、此消息一...





冀公网安备 13098202000212号