O
OopsWare
Unregistered / Unconfirmed
GUEST, unregistred user!
<br>case MessageBox(Handle,<br> 'Information You Want here',<br> 'Title',<br> MB_ICONQUESTION+MB_MB_YESNOCANCEL+MB_DEFBUTTONx) of<br> ID_YES : ; // ‘是’<br> ID_NO : ; // ‘否’<br> ID_CANCEL: ; // ‘取消’<br> else // !没见过此情况<br>end;