论坛


2009年6月8日 星期一

Michael Li and Bob Swart at SDE on June 26th, 2009

Bob Swart| Dr.Bob’s Delphi Notes |09:51:24

Michael Li (with three sessions) and Bob Swart (with 1 session) will be the speakers for the Delphi track at the Software Development Event on June 26th 2009 in Houten, The Netherlands.

DevArt UniDAC v.2.70.0.8

rooky123| rooky123的专栏-VCL |09:23:00

DevArt UniDAC v.2.70.0.8

Delphi Programming Almanacs: 1998. - 2009. Something for Every Delphi Developer: Beginner or a Guru!

About.com| About.com Delphi Programming |08:57:30

in Delphi Almanacs :: According to Wikipedia, an almanac is an annual publication containing tabular information in a particular field or fields often arranged according to the calendar. A Delphi...

2009年6月7日 星期日

FastMM 4.9.2

DELPHI盒子| Delphi盒子 |16:06:00

Fast Memory Manager - Readme ---------- Description: ---------- A fast replacement memory manager for Borland Delphi Win32 applications that scales well under multi-threaded usage, is not prone to memory fragmentation, and supports shared memory...

2009年6月6日 星期六

delphi 移动无标题窗口 鼠标拖动窗体 即可移动

幸福苹果| 幸福苹果-delphi |17:36:00

http://hi.baidu.com/wangzhongli/blog/item/3c444ba79bbdbd90d1435897.html2008-05-23 23:49这个我刚实验成功的哦 感觉不错 呵呵阅读全文类别:delphi编程 查看评论

2009年6月5日 星期五

系统托盘组件 TTrayIcon 简介 - 回复 "三足乌" 的问题

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

问题来源:http://www.cnblogs.com/del/archive/2009/06/05/1496857.html#1549294TTrayIcon 的主要属性:TrayIcon.Icon指定托盘图标, 有几种用法:1、设计时选择;2、把一个 TIcon 对象给它;3、使用当前程序图标: TrayIcon1.Icon := Application.Icon;4、TrayIcon1.SetDe...

如何把窗体关闭到系统托盘 - 回复 "三足乌" 的问题

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

问题来源:http://www.cnblogs.com/del/archive/2009/05/15/1458017.html#1549351代码文件:unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, ExtCtrls, StdCtrls, AppEvnts; type TForm1 =...

Delphi 的接口(5) - 一样的接口、不一样的实现

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

代码文件:unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls; type TForm1 = class(TForm) Button1: TButton; procedure Button1Click(Sender: TObject); end; IMyI...

简单实现系统托盘 - 回复 "闪" 的问题

万一| 万一的 Delphi 博客 |12:15:00

问题来源:http://www.cnblogs.com/del/archive/2008/01/17/1043226.html#1548952使用 Delphi 提供的 TTrayIcon 类, 两三行程序甚至不写程序(设计时选择几下)即可实现.设计时的准备工作:1、添加 TTrayIcon、TPopupMenu 控件, TPopupMenu 用于托盘的右键菜单.2、随意给...

Delphi 的接口(4) - 接口的属性

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

代码文件:unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls; type TForm1 = class(TForm) Button1: TButton; procedure Button1Click(Sender: TObject); end; {此?..

Delphi 的接口(3) - 关于接口的释放

万一| 万一的 Delphi 博客 |10:42: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; Button4: TB...

CCR Exif v0.9.5b - classes to read/write Exif metadata

CodeGear| CodeGear-CodeCentral Delphi |10:01:16

Features: 100% pure Delphi code — doesn’t use (say) LibExif or LibTiff, GDI+, or even Windows.pas; reads/writes both small- and big-endian data; surfaces both standard Exif and Windows Explorer tags; choice of two main classes, TExifDa...

Delphi Does Office 2007 Rich Menus using Owner Drawn Menu Items

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

ARTICLES :: A sample Delphi application demonstrating how you can make your menu items take on the new look of the Office 2007 - doing rich menus using owner...

Delphi 的接口(2) - 第一个例子

万一| 万一的 Delphi 博客 |00:41:00

第一个例子的操作实况录像:Interface_Test.rar代码文件:unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls; type TForm1 = class(TForm) Button1: TButton; Button2: TBu...

2009年6月4日 星期四

Software + Database Archeology in Moscow

David I| Sip from the Firehose |17:39:11

Yesterday, in Moscow, I presented (for the first time) our solution seminar titled "Software + Database Archeology" using Delphi 2009, our database tools, and some third party tools. Thank you to the developers in Moscow for being the first field ...

« 上一页

下一页 »