7
775533
Unregistered / Unconfirmed
GUEST, unregistred user!
Procedure TMainForm.GetCloseMessage(Var mess:TMessage);<br>Begin<br>if mess.WParam = SC_CLOSE then<br> begin<br> if Application.MessageBox(Msg_Close,Pchar(ss),MB_OKCANCEL) = 1 then<br> begin<br> Closess;//一个过程<br> end;<br> end<br>else<br> begin<br> //<br> end;<br>End;<br>我只想处理着一个信息,可是其它的都不处理了。