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

资源简介

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

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “Archives.h“
#include “ArchivesDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CArchivesApp

BEGIN_MESSAGE_MAP(CArchivesApp CWinApp)
//{{AFX_MSG_MAP(CArchivesApp)
// 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()

/////////////////////////////////////////////////////////////////////////////
// CArchivesApp construction

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

/////////////////////////////////////////////////////////////////////////////
// The one and only CArchivesApp object

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        1207  2010-11-13 10:43  Archives\Archives.clw
     文件        2113  2009-08-27 18:33  Archives\Archives.cpp
     文件        4321  2009-08-27 19:25  Archives\Archives.dsp
     文件         541  2009-08-27 15:42  Archives\Archives.dsw
     文件        1346  2009-08-27 15:42  Archives\Archives.h
     文件        5552  2009-08-27 18:32  Archives\Archives.rc
     文件        7711  2009-09-21 16:40  Archives\ArchivesDlg.cpp
     文件        1403  2009-08-27 16:20  Archives\ArchivesDlg.h
     文件      153135  2009-08-27 18:35  Archives\msword9.cpp
     文件       39043  2009-08-27 18:35  Archives\msword9.h
     文件         824  2009-08-27 18:32  Archives\resource.h
     文件         210  2009-08-27 15:42  Archives\StdAfx.cpp
     文件        1054  2009-08-27 15:42  Archives\StdAfx.h
     文件       45718  2009-08-04 09:01  Archives\照片1.jpg
     文件       45020  2009-08-04 09:01  Archives\照片2.jpg
     文件       41739  2009-08-04 09:01  Archives\照片3.jpg
     文件       38861  2009-08-04 09:01  Archives\照片4.jpg
     文件        1078  2009-08-27 15:42  Archives\res\Archives.ico
     文件         400  2009-08-27 15:42  Archives\res\Archives.rc2

评论

共有 条评论