游子日月长

笑渐不闻声渐悄,多情却被无情恼!

导航

2017年2月17日 #

delphi 实现用户自定义通知(User Notification)

摘要: unit Form_Main; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.StdCtrls, ActiveX, Co... 阅读全文

posted @ 2017-02-17 11:48 游子日月长 阅读(476) 评论(0) 推荐(0)

Delphi编写Shell扩展

摘要: 用delphi创建一个外壳扩展(Shell Extension)程序的基本步骤如下: (1) 创建一个 ActiveX Library 工程,命名为“CloudUpload“(2) 创建一个新的自动化对象(Automation Object)。 命名为“ TCloudUploadContext ” 阅读全文

posted @ 2017-02-17 11:18 游子日月长 阅读(482) 评论(0) 推荐(0)

可以透明的Edit,Memo控件

只有注册用户登录后才能阅读该文。 阅读全文

posted @ 2017-02-17 10:01 游子日月长 阅读(8) 评论(0) 推荐(0)

String to Byte and Byte to String: Delphi

只有注册用户登录后才能阅读该文。 阅读全文

posted @ 2017-02-17 09:48 游子日月长 阅读(5) 评论(0) 推荐(0)

delphi Drag and Drop sample 鼠标拖放操作实例

摘要: Drag and Drop is a common operation that makes the interface user friendly: a user can drag/drop information to controls instead of having to type etc 阅读全文

posted @ 2017-02-17 09:35 游子日月长 阅读(2656) 评论(0) 推荐(0)