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

资源简介

C++ 利用注册表设计软件注册程序(提高篇-实例588).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “RegSoft.h“
#include “RegSoftDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CRegSoftApp

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

/////////////////////////////////////////////////////////////////////////////
// CRegSoftApp construction

CRegSoftApp::CRegSoftApp()
{
// TODO: add construction code

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        1164  2007-05-08 08:52  RegSoft\RegSoft.clw
     文件        2077  2007-05-08 08:52  RegSoft\RegSoft.cpp
     文件        4177  2007-05-08 08:52  RegSoft\RegSoft.dsp
     文件         539  2007-05-08 08:52  RegSoft\RegSoft.dsw
     文件        1335  2007-05-08 08:52  RegSoft\RegSoft.h
     文件       48640  2013-12-02 08:40  RegSoft\RegSoft.opt
     文件        5335  2007-05-08 08:52  RegSoft\RegSoft.rc
     文件        5559  2007-05-08 08:52  RegSoft\RegSoftDlg.cpp
     文件        1341  2007-05-08 08:52  RegSoft\RegSoftDlg.h
     文件         777  2007-05-08 08:52  RegSoft\resource.h
     文件         209  2007-05-08 08:52  RegSoft\StdAfx.cpp
     文件        1054  2007-05-08 08:52  RegSoft\StdAfx.h
     文件        1078  2007-05-08 08:52  RegSoft\res\RegSoft.ico
     文件         399  2007-05-08 08:52  RegSoft\res\RegSoft.rc2

评论

共有 条评论