#pragma once //µ¯³ö¿òÀà class CMsgBox { public: CMsgBox(void); ~CMsgBox(void); void Show(CString str,bool bError = false); bool ConfirmOkCancel(CString str); bool ConfirmYesNo(CString str); };