WM_GOODBYE
m_pView->PostMessage(WM_GOODBYE, IDCANCEL); // modeless case
m_pView->PostMessage(WM_GOODBYE, IDOK);
ON_MESSAGE(WM_GOODBYE, OnGoodbye)