資源簡介
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
- 上一篇:C++實戰源碼-帶組合框的工具欄
- 下一篇:C++實戰源碼-以報表顯示圖書信息
評論
共有 條評論