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

资源简介

C++ 利用网卡序列号设计软件注册程序(提高篇-实例589).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “NetMACReg.h“
#include “NetMACRegDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CNetMACRegApp

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

/////////////////////////////////////////////////////////////////////////////
// CNetMACRegApp construction

CNetMACRegApp::CNetMACRegApp()
{
// TODO: add

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        1206  2013-12-02 09:12  NetMACReg\NetMACReg.clw
     文件        2105  2007-05-08 08:52  NetMACReg\NetMACReg.cpp
     文件        4251  2013-12-02 09:07  NetMACReg\NetMACReg.dsp
     文件         543  2007-05-08 08:52  NetMACReg\NetMACReg.dsw
     文件        1357  2007-05-08 08:52  NetMACReg\NetMACReg.h
     文件       48640  2013-12-02 09:14  NetMACReg\NetMACReg.opt
     文件        5384  2007-05-08 08:52  NetMACReg\NetMACReg.rc
     文件        6530  2007-05-08 08:52  NetMACReg\NetMACRegDlg.cpp
     文件        1399  2007-05-08 08:52  NetMACReg\NetMACRegDlg.h
     文件         825  2007-05-08 08:52  NetMACReg\resource.h
     文件         211  2007-05-08 08:52  NetMACReg\StdAfx.cpp
     文件        1054  2007-05-08 08:52  NetMACReg\StdAfx.h
     文件         144  2013-12-02 09:06  NetMACReg\提示.txt
     文件        1078  2007-05-08 08:52  NetMACReg\res\NetMACReg.ico
     文件         401  2007-05-08 08:52  NetMACReg\res\NetMACReg.rc2

评论

共有 条评论