資源簡介
C++ 修改計算機的網(wǎng)絡名稱(提高篇-實例527).zip
代碼片段和文件信息
//?SetComputerNameExA.cpp?:?Defines?the?class?behaviors?for?the?application.
//
#include?“stdafx.h“
#include?“SetComputerNameExA.h“
#include?“SetComputerNameExADlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CSetComputerNameExAApp
BEGIN_MESSAGE_MAP(CSetComputerNameExAApp?CWinApp)
//{{AFX_MSG_MAP(CSetComputerNameExAApp)
//?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()
/////////////////////////////////////////////////////////////////////////////
//?CSetComputerNameExAApp?construction
CSetComputerNameExAApp::CSetComputerNameExAApp()
{
//?TODO:?add?construction?code?here
//?Place?all?significant?initialization?in?InitInstance
}
//////////////////////////////
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????3795??2013-11-22?11:06??ReadMe.txt
?????文件?????????742??2013-11-22?11:49??Resource.h
?????文件???????21144??2013-11-22?13:06??SetComputerNameExA.aps
?????文件????????1296??2013-11-22?13:06??SetComputerNameExA.clw
?????文件????????2231??2013-11-22?11:06??SetComputerNameExA.cpp
?????文件????????4379??2013-11-22?11:57??SetComputerNameExA.dsp
?????文件?????????559??2013-11-22?11:06??SetComputerNameExA.dsw
?????文件????????1456??2013-11-22?11:06??SetComputerNameExA.h
?????文件???????48640??2013-11-22?13:06??SetComputerNameExA.opt
?????文件????????5433??2013-11-22?11:50??SetComputerNameExA.rc
?????文件????????4967??2013-11-22?11:51??SetComputerNameExADlg.cpp
?????文件????????1792??2013-11-22?11:51??SetComputerNameExADlg.h
?????文件?????????220??2013-11-22?11:06??StdAfx.cpp
?????文件????????1054??2013-11-22?11:06??StdAfx.h
?????文件????????1078??2013-11-22?11:06??res\SetComputerNameExA.ico
?????文件?????????410??2013-11-22?11:06??res\SetComputerNameExA.rc2
評論
共有 條評論