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

资源简介

C++实战源码-设置Word文档的底纹效果(入门级实例410).zip

资源截图

代码片段和文件信息

// Machine generated IDispatch wrapper class(es) created with ClassWizard

#include “stdafx.h“
#include “msword9.h“

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



/////////////////////////////////////////////////////////////////////////////
// _Application properties

/////////////////////////////////////////////////////////////////////////////
// _Application operations

LPDISPATCH _Application::GetApplication()
{
LPDISPATCH result;
InvokeHelper(0x3e8 DISPATCH_PROPERTYGET VT_DISPATCH (void*)&result NULL);
return result;
}

long _Application::GetCreator()
{
long result;
InvokeHelper(0x3e9 DISPATCH_PROPERTYGET VT_I4 (void*)&result NULL);
return result;
}

LPDISPATCH _Application::GetParent()
{
LPDISPATCH result;
InvokeHelper(0x3ea DISPATCH_PROPERTYGET VT_DISPATCH (void*)&result NULL);
return result;
}

CString _Application::GetName()
{
CString result;
InvokeHelper(0x0 

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件      119607  2009-09-04 08:45  SetShading\msword9.cpp
     文件       30714  2009-09-04 08:45  SetShading\msword9.h
     文件         734  2009-09-03 16:50  SetShading\resource.h
     文件        1177  2010-10-27 15:55  SetShading\SetShading.clw
     文件        2141  2009-09-04 08:51  SetShading\SetShading.cpp
     文件        4354  2009-09-04 08:58  SetShading\SetShading.dsp
     文件         545  2009-09-03 14:49  SetShading\SetShading.dsw
     文件        1368  2009-09-03 14:49  SetShading\SetShading.h
     文件        5321  2010-10-13 18:24  SetShading\SetShading.rc
     文件        5278  2009-09-04 15:33  SetShading\SetShadingDlg.cpp
     文件        1375  2009-09-04 08:52  SetShading\SetShadingDlg.h
     文件         212  2009-09-03 14:49  SetShading\StdAfx.cpp
     文件        1054  2009-09-03 14:49  SetShading\StdAfx.h
     文件        1078  2009-09-03 14:49  SetShading\res\SetShading.ico
     文件         402  2009-09-03 14:49  SetShading\res\SetShading.rc2

评论

共有 条评论