Y yzhshi Unregistered / Unconfirmed GUEST, unregistred user! 2002-09-09 #2 procedure WMSysCommand(var Message: TWMSysCommand); message WM_SYSCOMMAND; procedure TForm1.WMSysCommand(var Message: TWMSysCommand); begin inherited; if Message.CmdType and $FFF0 = SC_MINIMIZE then begin ShowMessage(''); end; end;
procedure WMSysCommand(var Message: TWMSysCommand); message WM_SYSCOMMAND; procedure TForm1.WMSysCommand(var Message: TWMSysCommand); begin inherited; if Message.CmdType and $FFF0 = SC_MINIMIZE then begin ShowMessage(''); end; end;