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





冀公网安备 13098202000212号