2008-04-03

关闭到托盘

private
    { Private declarations }
    SessionEnding,wc: Boolean;
    procedure WMQueryEndSession(var Message: TMessage); message WM_QUERYENDSESSION;


procedure TForm1.WMQueryEndSession(var Message: TMessage);
begin
  SessionEnding := false;
  Message.Result := 1;
end;



procedure TForm1.FormCloseQuery(Sender: TObject; var CanClose: Boolean);
begin
 //CanClose := (wc or SessionEnding);
 CanClose := SessionEnding;
  if not CanClose then
  begin
    CoolTrayIcon1.HideMainForm;
    CoolTrayIcon1.IconVisible := True;
    CoolTrayIcon1.ShowBalloonHint('KK网络电视','Come On Baby!我在这里等你噢!',bitInfo, 10);
  end;
end;
评论
发表评论

您还没有登录,请登录后发表评论

kenter1643
搜索本博客
博客分类
最近加入圈子
存档
最新评论