论坛


2008年11月1日 星期六

Outlook Email Password Recovery Ex

delphi3000| delphi3000.com |12:00:00

Software reveal lost office outlook password

MySQL To MSSQL Database Conversion Tool

delphi3000| delphi3000.com |12:00:00

How to transform entire or selected MySQL database records into MSSQL database server format accurately

Windows Installation Package Creator

delphi3000| delphi3000.com |12:00:00

Executable installer file creator tool produce installation exe package program

Delphi 2009 Update 1

Bob Swart| Dr.Bob’s Delphi Notes |10:12:11

Delphi and C++Builder 2009 Update 1 is available for download (using the Check for Updates tool from the Delphi 2009 Program Group of detected by the IDE itself).

Rave Reports 7.6 BE for Delphi 2009 and C++Builder 2009

CodeGear| CodeGear-CodeCentral Delphi |09:48:11

Reports are the primary means for your customers to retrieve information about their data. The added flexibility and speed of Rave Reports Bundled Edition from Nevrona combines Rave visual and code-based report designers, a Rave server, SQL driver...

Update 1 for Delphi 2009 and C++Builder 2009

CodeGear| CodeGear-CodeCentral Delphi |03:45:21

<h1>Readme: Update 1 for Delphi and C++Builder 2009</h1><p>This file contains important supplementary information that might not appear in the main product documentation. CodeGear recommends that you read this file in its entiret...

AlphaControls 2009 v6.01

CodeGear| CodeGear-CodeCentral Delphi |03:34:41

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

SQLMemTable

CodeGear| CodeGear-CodeCentral Delphi |03:31:14

SQLMemTable is a simple and fast in-memory table and query for Delphi and C++ Builder.SQLMemTable includes three visual components: * TSQLMemTable which is a fast and easy in-memory TTable replacement; * TSQLMemQuery that provides a subset o...

Accuracer Database System

CodeGear| CodeGear-CodeCentral Delphi |03:30:47

Accuracer Database System is a Windows / Linux cross-platform BDE alternative embedded Delphi database with SQL support for software developers working in Borland Delphi / C++Builder and Kylix .Accuracer represents the next generation of our Delph...

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

« 上一页

下一页 »