1 // aboutdlg.cpp : implementation of the CAboutDlg class
3 /////////////////////////////////////////////////////////////////////////////
8 LRESULT
CAboutDlg::OnInitDialog(UINT
/*uMsg*/, WPARAM
/*wParam*/, LPARAM
/*lParam*/, BOOL
& /*bHandled*/)
10 CenterWindow(GetParent());
14 LRESULT
CAboutDlg::OnClose(UINT
/*uMsg*/, WPARAM wParam
, LPARAM
/*lParam*/, BOOL
& /*bHandled*/)
16 EndDialog(static_cast<int>(wParam
));
20 LRESULT
CAboutDlg::OnCloseCmd(WORD
/*wNotifyCode*/, WORD wID
, HWND
/*hWndCtl*/, BOOL
& /*bHandled*/)