-
大小: 65KB文件类型: .rar金币: 1下载: 0 次发布日期: 2021-05-20
- 语言: 其他
- 标签: 网卡流量 网速 GetIfTable
资源简介
程序和源码已打包,编译需XPSP2 PSDK ,写的比较乱,等有时间再整理
代码片段和文件信息
// 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;
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 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
评论
共有 条评论