• 大小: 0.03M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-02-21
  • 标签:

资源简介

C++实战源码-向Word文档中插入图片(入门级实例414).zip

资源截图

代码片段和文件信息

// InsertImage.cpp : Defines the class behaviors for the application.
//

#include “stdafx.h“
#include “InsertImage.h“
#include “InsertImageDlg.h“

#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif

/////////////////////////////////////////////////////////////////////////////
// CInsertImageApp

BEGIN_MESSAGE_MAP(CInsertImageApp CWinApp)
//{{AFX_MSG_MAP(CInsertImageApp)
// NOTE - the ClassWizard will add and remove mapping macros here.
//    DO NOT EDIT what you see in these blocks of generated code!
//}}AFX_MSG
ON_COMMAND(ID_HELP CWinApp::onhelp)
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
// CInsertImageApp construction

CInsertImageApp::CInsertImageApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}

/////////////////////////////////////////////////////////////////////////////
// The one and

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        1367  2009-09-21 11:15  InsertImage\InsertImage.clw
     文件        2155  2009-08-26 22:53  InsertImage\InsertImage.cpp
     文件        4375  2009-08-26 23:00  InsertImage\InsertImage.dsp
     文件         547  2009-08-26 21:49  InsertImage\InsertImage.dsw
     文件        1379  2009-08-26 21:49  InsertImage\InsertImage.h
     文件        5571  2009-09-21 13:01  InsertImage\InsertImage.rc
     文件        6584  2009-09-21 13:01  InsertImage\InsertImageDlg.cpp
     文件        1471  2009-08-26 22:28  InsertImage\InsertImageDlg.h
     文件      151417  2009-08-26 22:50  InsertImage\msword9.cpp
     文件       38320  2009-08-26 22:50  InsertImage\msword9.h
     文件         873  2009-08-26 22:28  InsertImage\resource.h
     文件         213  2009-08-26 21:49  InsertImage\StdAfx.cpp
     文件        1054  2009-08-26 21:49  InsertImage\StdAfx.h
     文件        1078  2009-08-26 21:49  InsertImage\res\InsertImage.ico
     文件         403  2009-08-26 21:49  InsertImage\res\InsertImage.rc2

评论

共有 条评论