www.pudn.com > 在VC中如何将数据导入 Word 中.rar > PickUpData.cpp
// PickUpData.cpp : implementation file
//
#include "stdafx.h"
#include "UseWord.h"
#include "PickUpData.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CPickUpData
CPickUpData::CPickUpData()
{
}
CPickUpData::~CPickUpData()
{
}
BEGIN_MESSAGE_MAP(CPickUpData, CWnd)
//{{AFX_MSG_MAP(CPickUpData)
// NOTE - the ClassWizard will add and remove mapping macros here.
//}}AFX_MSG_MAP
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// CPickUpData message handlers
BOOL CPickUpData::PreTranslateMessage(MSG* pMsg)
{
// TODO: Add your specialized code here and/or call the base class
return CWnd::PreTranslateMessage(pMsg);
}