-
大小: 65KB文件類型: .rar金幣: 2下載: 0 次發(fā)布日期: 2021-05-20
- 語言: 其他
- 標(biāo)簽: 網(wǎng)卡流量??網(wǎng)速??GetIfTable??
資源簡介
程序和源碼已打包,編譯需XPSP2 PSDK ,寫的比較亂,等有時(shí)間再整理

代碼片段和文件信息
//?NetMaster.cpp?:?Defines?the?class?behaviors?for?the?application.
//
#include?“stdafx.h“
#include?“NetMaster.h“
#include?“NetMasterDlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CNetMasterApp
BEGIN_MESSAGE_MAP(CNetMasterApp?CWinApp)
//{{AFX_MSG_MAP(CNetMasterApp)
//?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()
/////////////////////////////////////////////////////////////////////////////
//?CNetMasterApp?construction
CNetMasterApp::CNetMasterApp()
{
//?TODO:?add?construction?code?here
//?Place?all?significant?initialization?in?InitInstance
}
/////////////////////////////////////////////////////////////////////////////
//?The?one?and?only?CNetMasterApp?object
CNetMasterApp?theApp;
/////////////////////////////////////////////////////////////////////////////
//?CNetMasterApp?initialization
BOOL?CNetMasterApp::InitInstance()
{
//?Standard?initialization
//?If?you?are?not?using?these?features?and?wish?to?reduce?the?size
//??of?your?final?executable?you?should?remove?from?the?following
//??the?specific?initialization?routines?you?do?not?need.
#ifdef?_AFXDLL
Enable3dControls(); //?Call?this?when?using?MFC?in?a?shared?DLL
#else
Enable3dControlsStatic(); //?Call?this?when?linking?to?MFC?statically
#endif
CNetMasterDlg?dlg;
m_pMainWnd?=?&dlg;
int?nResponse?=?dlg.DoModal();
if?(nResponse?==?IDOK)
{
//?TODO:?Place?code?here?to?handle?when?the?dialog?is
//??dismissed?with?OK
}
else?if?(nResponse?==?IDCANCEL)
{
//?TODO:?Place?code?here?to?handle?when?the?dialog?is
//??dismissed?with?Cancel
}
//?Since?the?dialog?has?been?closed?return?FALSE?so?that?we?exit?the
//??application?rather?than?start?the?application‘s?message?pump.
return?FALSE;
}
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????文件???????2078??2009-09-11?22:09??NetMaster\源代碼\NetMaster.clw
?????文件???????2072??2009-09-10?18:59??NetMaster\源代碼\NetMaster.cpp
?????文件???????4481??2009-09-11?21:07??NetMaster\源代碼\NetMaster.dsp
?????文件????????543??2009-09-10?10:53??NetMaster\源代碼\NetMaster.dsw
?????文件???????1357??2009-09-10?10:53??NetMaster\源代碼\NetMaster.h
?????文件???????6967??2009-09-11?21:29??NetMaster\源代碼\NetMaster.rc
?????文件??????13708??2009-09-11?21:29??NetMaster\源代碼\NetMasterDlg.cpp
?????文件???????2538??2009-09-11?21:28??NetMaster\源代碼\NetMasterDlg.h
?????文件???????3252??2009-09-11?22:09??NetMaster\源代碼\NetSpeedDlg.cpp
?????文件???????1535??2009-09-11?20:47??NetMaster\源代碼\NetSpeedDlg.h
?????文件???????1424??2009-09-11?21:05??NetMaster\源代碼\resource.h
?????文件????????211??2009-09-10?10:53??NetMaster\源代碼\StdAfx.cpp
?????文件????????999??2009-09-10?10:53??NetMaster\源代碼\StdAfx.h
?????文件??????43294??2009-09-11?21:05??NetMaster\源代碼\頭像1.bmp
?????文件????????766??2009-09-10?11:42??NetMaster\源代碼\res\MainIcon.ico
?????文件???????1078??2009-09-10?10:53??NetMaster\源代碼\res\NetMaster.ico
?????文件????????401??2009-09-10?10:53??NetMaster\源代碼\res\NetMaster.rc2
?????文件??????77824??2009-09-11?22:09??NetMaster\NetMaster.exe
?????目錄??????????0??2009-09-11?22:18??NetMaster\源代碼\res
?????目錄??????????0??2009-09-11?22:18??NetMaster\源代碼
?????目錄??????????0??2009-09-11?22:18??NetMaster
-----------?---------??----------?-----??----
???????????????164528????????????????????21
評論
共有 條評論