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

资源简介

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

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “InsertTable.h“
#include “InsertTableDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CInsertTableApp

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

/////////////////////////////////////////////////////////////////////////////
// CInsertTableApp construction

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

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

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        1280  2010-10-27 15:59  InsertTable\InsertTable.clw
     文件        2155  2009-08-26 23:26  InsertTable\InsertTable.cpp
     文件        4372  2009-08-27 15:28  InsertTable\InsertTable.dsp
     文件         547  2009-08-26 23:14  InsertTable\InsertTable.dsw
     文件        1379  2009-08-26 23:14  InsertTable\InsertTable.h
     文件        5584  2009-08-27 14:00  InsertTable\InsertTable.rc
     文件        7224  2009-09-21 16:11  InsertTable\InsertTableDlg.cpp
     文件        1436  2009-08-27 13:55  InsertTable\InsertTableDlg.h
     文件      149732  2009-08-27 14:23  InsertTable\msword9.cpp
     文件       37850  2009-08-27 14:23  InsertTable\msword9.h
     文件         827  2009-08-26 23:56  InsertTable\resource.h
     文件         213  2009-08-26 23:14  InsertTable\StdAfx.cpp
     文件        1054  2009-08-26 23:14  InsertTable\StdAfx.h
     文件        1078  2009-08-26 23:14  InsertTable\res\InsertTable.ico
     文件         403  2009-08-26 23:14  InsertTable\res\InsertTable.rc2

评论

共有 条评论