论坛


2008年10月23日 星期四

建立快捷方式的函数: CreateShortcut - 非常实用、特别方便

万一| 万一的 Delphi 博客 |21:05: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: TButton; ...

Delphi.NET初探

rarnu| 橙子的Delphi技术专区-delphi |20:50:00

原本也是没想过要用Delphi.NET开发Win Form,就当是偶尔尝尝鲜吧,相信我碰到的问题很多人也碰到了,在此仅当是一个小小的总结。一、CLR内事件绑定用惯了Delphi,想当然的会写 obj.OnEvent := method;这个写法在CLR下行不通,写法需要修改,如下:Include(obj.OnEven...

BringToFront、SendToBack - 控件置前与置后

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

本例效果图:代码文件:unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, ExtCtrls; type TForm1 = class(TForm) Panel1: TPanel; Panel2: TPanel; Panel3: TPanel; ...

Controls 属性与继承 TShape 类的小练习

万一| 万一的 Delphi 博客 |14:50:00

本例效果图:代码文件:unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, ExtCtrls; type TMyShape = class(TShape) protected procedure CMMouseenter(var Message: TMess...

测试 Components 与 Controls 的区别

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

本例效果图:代码文件:unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, ExtCtrls; type TForm1 = class(TForm) Panel1: TPanel; Edit1: TEdit; Button1: TButton; ...

Area Converter Software

delphi3000| delphi3000.com |12:00:00

How to convert and calculate accurate price of preferred area unit?

Multi Operator Live Chat Tool

delphi3000| delphi3000.com |12:00:00

Define multi operator web based communication tool

Accounting And Inventory Tool

delphi3000| delphi3000.com |12:00:00

how to manage your inventory and account details ?

Most Recently Used (MRU) menu Delphi component - TadpMRU

About.com| About.com Delphi Programming |04:00:16

Creating Custom Delphi Components :: Full source code of a TadpMRU component, a non-visual component which simplifies implementing a "Most Recently Used" file list in a menu (or a...