-
大小: 0.02M文件類型: .zip金幣: 1下載: 0 次發(fā)布日期: 2021-02-21
- 語言: C/C++
- 標簽:
資源簡介
C++ 如何在程序中顯示文件屬性對話框(提高篇-實例043).zip
代碼片段和文件信息
//?Attribute.cpp?:?Defines?the?class?behaviors?for?the?application.
//
#include?“stdafx.h“
#include?“Attribute.h“
#include?“AttributeDlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CAttributeApp
BEGIN_MESSAGE_MAP(CAttributeApp?CWinApp)
//{{AFX_MSG_MAP(CAttributeApp)
//?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()
/////////////////////////////////////////////////////////////////////////////
//?CAttributeApp?construction
CAttributeApp::CAttributeApp()
{
//?TODO:?add?construction?code?here
//?Place?all?significant?initialization?in?InitInstance
}
/////////////////////////////////////////////////////////////////////////////
//?The?one?and?only?CAttributeAp
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????20984??2013-10-28?09:37??Attribute\Attribute.aps
?????文件????????1196??2013-10-28?09:39??Attribute\Attribute.clw
?????文件????????2105??2013-10-28?09:16??Attribute\Attribute.cpp
?????文件????????4213??2013-10-28?09:16??Attribute\Attribute.dsp
?????文件?????????541??2013-10-28?09:16??Attribute\Attribute.dsw
?????文件????????1357??2013-10-28?09:16??Attribute\Attribute.h
?????文件???????48640??2013-10-28?09:40??Attribute\Attribute.opt
?????文件????????5347??2013-10-28?09:36??Attribute\Attribute.rc
?????文件????????4876??2013-10-28?09:35??Attribute\AttributeDlg.cpp
?????文件????????1392??2013-10-28?09:24??Attribute\AttributeDlg.h
?????文件????????3633??2013-10-28?09:16??Attribute\ReadMe.txt
?????文件?????????779??2013-10-28?09:30??Attribute\Resource.h
?????文件?????????211??2013-10-28?09:16??Attribute\StdAfx.cpp
?????文件????????1054??2013-10-28?09:16??Attribute\StdAfx.h
?????文件????????1078??2013-10-28?09:16??Attribute\res\Attribute.ico
?????文件?????????401??2013-10-28?09:16??Attribute\res\Attribute.rc2
- 上一篇:C++ 檢測是否安裝聲卡
- 下一篇:C++ 使用SendMessage添加組合框內容
評論
共有 條評論