afx_msg LRESULT onMYMSG(WPARAM, LPARAM); LRESULT CMyDlg::onMYMSG(WPARAM, LPARAM) { MessageBox("Hello"); return 0; }