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

资源简介

C++实战源码-可以下拉的菜单(入门级实例362).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “DownMenu.h“
#include “DownMenuDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CDownMenuApp

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

/////////////////////////////////////////////////////////////////////////////
// CDownMenuApp construction

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

/////////////////////////////////////////////////////////////////////////////
// The one and only CDownMenuApp object

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        1192  2010-10-27 14:06  DownMenu\DownMenu.clw
     文件        2091  2007-04-15 14:09  DownMenu\DownMenu.cpp
     文件        4261  2010-09-04 15:58  DownMenu\DownMenu.dsp
     文件         583  2007-04-15 14:09  DownMenu\DownMenu.dsw
     文件        1346  2007-04-15 14:09  DownMenu\DownMenu.h
     文件        5728  2010-09-04 15:58  DownMenu\DownMenu.rc
     文件        4843  2010-09-04 15:57  DownMenu\DownMenuDlg.cpp
     文件        1446  2010-09-04 15:56  DownMenu\DownMenuDlg.h
     文件         963  2010-09-04 15:58  DownMenu\resource.h
     文件         210  2007-04-15 14:09  DownMenu\StdAfx.cpp
     文件        1054  2007-04-15 14:09  DownMenu\StdAfx.h
     文件      264056  2010-09-04 15:58  DownMenu\res\BGBitmap.bmp
     文件        5694  2005-10-08 16:28  DownMenu\res\DownMenu.ico
     文件         400  2007-04-15 14:09  DownMenu\res\DownMenu.rc2

评论

共有 条评论