// CHelpMsgDlg.cpp : implementation file // #include "stdafx.h" #include "clipf32.h" #include "HelpMsgDlg.h" #include "MainFrm.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__; #endif ///////////////////////////////////////////////////////////////////////////// // CHelpMsgDlg dialog CHelpMsgDlg::CHelpMsgDlg(CWnd* pParent /*=NULL*/) : CDialog(CHelpMsgDlg::IDD, pParent) { } void CHelpMsgDlg::DoDataExchange(CDataExchange* pDX) { CDialog::DoDataExchange(pDX); } BEGIN_MESSAGE_MAP(CHelpMsgDlg, CDialog) END_MESSAGE_MAP() ///////////////////////////////////////////////////////////////////////////// // CHelpMsgDlg message handlers BOOL CHelpMsgDlg::OnInitDialog() { CDialog::OnInitDialog(); return TRUE; // return TRUE unless you set the focus to a control // EXCEPTION: OCX Property Pages should return FALSE }