資源簡介
通過MFC枚舉獲取系統中已安裝的硬件設備,根據需求選擇對應設備
代碼片段和文件信息
//?d.cpp?:?Defines?the?class?behaviors?for?the?application.
//?Download?by?http://www.NewXing.com
#include?“stdafx.h“
#include?“d.h“
#include?“dDlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CDApp
BEGIN_MESSAGE_MAP(CDApp?CWinApp)
//{{AFX_MSG_MAP(CDApp)
//?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()
/////////////////////////////////////////////////////////////////////////////
//?CDApp?construction
CDApp::CDApp()
{
//?TODO:?add?construction?code?here
//?Place?a
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
????.......??????3489??2005-06-12?03:09??www.NewXing.com\ReadMe.txt
?????文件???????1304??2013-12-02?04:37??www.NewXing.com\d.h
?????文件???????1152??2013-12-02?04:37??www.NewXing.com\dDlg.h
?????文件????????760??2013-12-02?04:37??www.NewXing.com\Resource.h
?????文件???????1089??2013-12-02?04:37??www.NewXing.com\StdAfx.h
?????文件???????2034??2013-12-02?04:37??www.NewXing.com\d.cpp
?????文件???????3268??2013-12-02?04:37??www.NewXing.com\dDlg.cpp
?????文件????????240??2013-12-02?04:37??www.NewXing.com\StdAfx.cpp
????.......?????35120??2009-08-24?16:11??www.NewXing.com\d.aps
????.......???????765??2009-08-24?16:11??www.NewXing.com\d.clw
????.......??????4069??2005-06-12?03:27??www.NewXing.com\d.dsp
????.......???????527??2005-06-12?03:28??www.NewXing.com\d.dsw
????.......??????1078??2005-06-12?03:09??www.NewXing.com\res\d.ico
????.......??????4776??2009-08-24?16:11??www.NewXing.com\d.rc
????.......???????393??2005-06-12?03:09??www.NewXing.com\res\d.rc2
?????目錄??????????0??2009-08-24?16:08??www.NewXing.com\res
-----------?---------??----------?-----??----
????????????????60064????????????????????16
- 上一篇:24點計算課程設計(c++)
- 下一篇:通俗易懂版基于MFC科學計算器
評論
共有 條評論