資源簡介
C++ 調用創建快捷方式向導(提高篇-實例017).zip
代碼片段和文件信息
//?ShortCut.cpp?:?Defines?the?class?behaviors?for?the?application.
//
#include?“stdafx.h“
#include?“ShortCut.h“
#include?“ShortCutDlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CShortCutApp
BEGIN_MESSAGE_MAP(CShortCutApp?CWinApp)
//{{AFX_MSG_MAP(CShortCutApp)
//?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()
/////////////////////////////////////////////////////////////////////////////
//?CShortCutApp?construction
CShortCutApp::CShortCutApp()
{
//?TODO:?add?construc
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????3615??2013-10-25?13:08??ShortCut\ReadMe.txt
?????文件?????????732??2013-10-25?13:51??ShortCut\resource.h
?????文件???????35528??2013-10-25?13:51??ShortCut\ShortCut.aps
?????文件????????1070??2013-10-25?13:55??ShortCut\ShortCut.clw
?????文件????????2091??2013-10-25?13:08??ShortCut\ShortCut.cpp
?????文件????????4195??2013-10-25?13:08??ShortCut\ShortCut.dsp
?????文件?????????539??2013-10-25?13:08??ShortCut\ShortCut.dsw
?????文件????????1346??2013-10-25?13:08??ShortCut\ShortCut.h
?????文件???????48640??2013-10-25?13:55??ShortCut\ShortCut.opt
?????文件????????5169??2013-10-25?13:51??ShortCut\ShortCut.rc
?????文件????????4437??2013-10-25?13:54??ShortCut\ShortCutDlg.cpp
?????文件????????1391??2013-10-25?13:51??ShortCut\ShortCutDlg.h
?????文件?????????210??2013-10-25?13:08??ShortCut\StdAfx.cpp
?????文件????????1054??2013-10-25?13:08??ShortCut\StdAfx.h
?????文件????????1078??2013-10-25?13:08??ShortCut\res\ShortCut.ico
?????文件?????????400??2013-10-25?13:08??ShortCut\res\ShortCut.rc2
- 上一篇:C++ 獲取磁盤空間信息
- 下一篇:C++ 判斷驅動器類型
評論
共有 條評論