vc++ 关闭窗口
退出程序用 AfxGetMainWnd()->SendMessage(WM_CLOSE);关闭当前窗口 用 DestroyWindow( ); 关闭模式对话框用 EndDialog(0);