Delphi(程序人生)

Delphi Programer DoubleCat

导航

调用Windows的About框

uses ShellAPI;
procedure TForm1.AbortClick(Sender: TObject);
begin
ShellAbout(0, 'MySoft', 'Copyright (c) 2007-2008', Application.Icon.Handle);
end;

posted on 2008-06-13 21:42  DoubleCat  阅读(278)  评论(0编辑  收藏  举报