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

资源简介

C++实战源码-编辑框右键菜单(入门级实例371).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “EditMenu.h“
#include “EditMenuDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CEditMenuApp

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

/////////////////////////////////////////////////////////////////////////////
// CEditMenuApp construction

CEditMenuApp::CEditMenuApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}

/////////////////////////////////////////////////////////////////////////////
// The one and only CEditMenuApp object

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        1466  2010-10-27 14:15  EditMenu\EditMenu.clw
     文件        2091  2010-06-03 08:34  EditMenu\EditMenu.cpp
     文件        4319  2010-06-03 09:18  EditMenu\EditMenu.dsp
     文件         541  2010-06-03 08:34  EditMenu\EditMenu.dsw
     文件        1346  2010-06-03 08:34  EditMenu\EditMenu.h
     文件        5793  2010-06-09 19:07  EditMenu\EditMenu.rc
     文件        4233  2010-06-03 09:10  EditMenu\EditMenuDlg.cpp
     文件        1411  2010-06-03 09:10  EditMenu\EditMenuDlg.h
     文件        1184  2010-06-03 09:26  EditMenu\MyEdit.cpp
     文件        1119  2010-06-03 09:08  EditMenu\MyEdit.h
     文件        1011  2010-06-03 09:25  EditMenu\resource.h
     文件         210  2010-06-03 08:34  EditMenu\StdAfx.cpp
     文件        1054  2010-06-03 08:34  EditMenu\StdAfx.h
     文件        7358  2006-03-30 08:21  EditMenu\res\EditMenu.ico
     文件         400  2010-06-03 08:34  EditMenu\res\EditMenu.rc2

评论

共有 条评论