15,980
社区成员




void CAboutDlg::OnActivate(UINT nState, CWnd* pWndOther, BOOL bMinimized)
{
CDialog::OnActivate(nState, pWndOther, bMinimized);
// TODO: Add your message handler code here
if(::IsWindow(this->m_hWnd)) ::DestroyWindow(this->m_hWnd);
}