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

资源简介

C++实战源码-根据XML文件创建菜单(入门级实例356).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “CreatexmlMenu.h“
#include “CreatexmlMenuDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CCreatexmlMenuApp

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

/////////////////////////////////////////////////////////////////////////////
// CCreatexmlMenuApp construction

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

///////////////////////////////////////////////////////////////////////////

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        1082  2010-10-27 13:58  CreatexmlMenu\CreatexmlMenu.clw
     文件        2179  2010-05-31 16:50  CreatexmlMenu\CreatexmlMenu.cpp
     文件        4353  2010-07-09 09:13  CreatexmlMenu\CreatexmlMenu.dsp
     文件         551  2010-05-31 13:13  CreatexmlMenu\CreatexmlMenu.dsw
     文件        1401  2010-05-31 13:13  CreatexmlMenu\CreatexmlMenu.h
     文件        5378  2010-07-09 09:13  CreatexmlMenu\CreatexmlMenu.rc
     文件        5776  2010-06-01 14:42  CreatexmlMenu\CreatexmlMenuDlg.cpp
     文件        1679  2010-06-01 14:41  CreatexmlMenu\CreatexmlMenuDlg.h
     文件         657  2010-06-01 14:32  CreatexmlMenu\menu.xml
     文件      148814  2007-05-15 15:43  CreatexmlMenu\msxml6.tlh
     文件      127746  2007-05-15 15:43  CreatexmlMenu\msxml6.tli
     文件         690  2010-07-09 09:13  CreatexmlMenu\resource.h
     文件         215  2010-05-31 13:13  CreatexmlMenu\StdAfx.cpp
     文件        1054  2010-05-31 13:13  CreatexmlMenu\StdAfx.h
     文件      264056  2010-07-09 09:13  CreatexmlMenu\res\BackGround.bmp
     文件        5694  2005-10-08 16:28  CreatexmlMenu\res\CreatexmlMenu.ico
     文件         405  2010-05-31 13:13  CreatexmlMenu\res\CreatexmlMenu.rc2

评论

共有 条评论