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

资源简介

C++实战源码-向Word中插入超链接(入门级实例413).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “hyperlink.h“
#include “hyperlinkDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CHyperlinkApp

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

/////////////////////////////////////////////////////////////////////////////
// CHyperlinkApp construction

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

/////////////////////////////////////////////////////////////////////////////
// The one and only CHyperlinkAp

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        1164  2010-10-27 15:58  hyperlink\hyperlink.clw
     文件        2127  2010-10-09 09:33  hyperlink\hyperlink.cpp
     文件        4339  2010-10-09 09:48  hyperlink\hyperlink.dsp
     文件         543  2010-10-09 09:09  hyperlink\hyperlink.dsw
     文件        1357  2010-10-09 09:09  hyperlink\hyperlink.h
     文件        5320  2010-10-09 09:37  hyperlink\hyperlink.rc
     文件        4963  2010-10-09 09:40  hyperlink\hyperlinkDlg.cpp
     文件        1368  2010-10-09 09:31  hyperlink\hyperlinkDlg.h
     文件      118915  2010-10-09 09:32  hyperlink\msword9.cpp
     文件       30530  2010-10-09 09:32  hyperlink\msword9.h
     文件         733  2010-10-09 09:37  hyperlink\resource.h
     文件         211  2010-10-09 09:09  hyperlink\StdAfx.cpp
     文件        1054  2010-10-09 09:09  hyperlink\StdAfx.h
     文件        1078  2010-10-09 09:09  hyperlink\res\hyperlink.ico
     文件         401  2010-10-09 09:09  hyperlink\res\hyperlink.rc2

评论

共有 条评论