• 大小: 0.02M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-02-01
  • 标签:

资源简介

C++ 修改计算机名称(提高篇-实例067).zip

资源截图

代码片段和文件信息

// SetComputerName.cpp : Defines the class behaviors for the application.
//

#include “stdafx.h“
#include “SetComputerName.h“
#include “SetComputerNameDlg.h“

#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif

/////////////////////////////////////////////////////////////////////////////
// CSetComputerNameApp

BEGIN_MESSAGE_MAP(CSetComputerNameApp CWinApp)
//{{AFX_MSG_MAP(CSetComputerNameApp)
// 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()

/////////////////////////////////////////////////////////////////////////////
// CSetComputerNameApp construction

CSetCo

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        3741  2013-10-29 10:23  ReadMe.txt
     文件         693  2013-10-29 10:23  Resource.h
     文件       35668  2013-10-29 10:25  SetComputerName.aps
     文件        1147  2013-10-29 10:30  SetComputerName.clw
     文件        2189  2013-10-29 10:23  SetComputerName.cpp
     文件        4321  2013-10-29 10:23  SetComputerName.dsp
     文件         553  2013-10-29 10:23  SetComputerName.dsw
     文件        1423  2013-10-29 10:23  SetComputerName.h
     文件       48640  2013-10-29 10:30  SetComputerName.opt
     文件        5272  2013-10-29 10:25  SetComputerName.rc
     文件        4462  2013-10-29 10:25  SetComputerNameDlg.cpp
     文件        1465  2013-10-29 10:23  SetComputerNameDlg.h
     文件         217  2013-10-29 10:23  StdAfx.cpp
     文件        1054  2013-10-29 10:23  StdAfx.h
     文件        1078  2013-10-29 10:23  res\SetComputerName.ico
     文件         407  2013-10-29 10:23  res\SetComputerName.rc2

评论

共有 条评论