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

资源简介

C++ 自定义消息(提高篇-实例070).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “Message.h“
#include “MessageDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CMessageApp

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

/////////////////////////////////////////////////////////////////////////////
// CMessageApp construction

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

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件       35424  2013-10-29 11:38  Message\Message.aps
     文件        1035  2013-10-29 11:44  Message\Message.clw
     文件        2077  2013-10-29 11:25  Message\Message.cpp
     文件        4177  2013-10-29 11:25  Message\Message.dsp
     文件         537  2013-10-29 11:25  Message\Message.dsw
     文件        1335  2013-10-29 11:25  Message\Message.h
     文件       48640  2013-10-29 11:44  Message\Message.opt
     文件        5164  2013-10-29 11:38  Message\Message.rc
     文件        4442  2013-10-29 11:36  Message\MessageDlg.cpp
     文件        1416  2013-10-29 11:28  Message\MessageDlg.h
     文件        3597  2013-10-29 11:25  Message\ReadMe.txt
     文件         685  2013-10-29 11:28  Message\Resource.h
     文件         209  2013-10-29 11:25  Message\StdAfx.cpp
     文件        1054  2013-10-29 11:25  Message\StdAfx.h
     文件        1078  2013-10-29 11:25  Message\res\Message.ico
     文件         399  2013-10-29 11:25  Message\res\Message.rc2

评论

共有 条评论