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

资源简介

C++实战源码-新型打开对话框(入门级实例243).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “Open.h“
#include “OpenDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// COpenApp

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

/////////////////////////////////////////////////////////////////////////////
// COpenApp construction

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

/////////////////////////////////////////////////////////////////////////////
// The one and only COpenApp object

COpenApp theApp;

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

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        1044  2010-10-26 18:38  OpenDialog\Open.clw
     文件        2035  2007-08-21 15:44  OpenDialog\Open.cpp
     文件        4123  2007-08-21 15:44  OpenDialog\Open.dsp
     文件         531  2007-08-21 15:44  OpenDialog\Open.dsw
     文件        1302  2007-08-21 15:44  OpenDialog\Open.h
     文件        5262  2007-08-21 15:44  OpenDialog\Open.rc
     文件        5127  2010-06-09 14:30  OpenDialog\OpenDlg.cpp
     文件        1309  2007-08-21 15:44  OpenDialog\OpenDlg.h
     文件         728  2007-08-21 15:44  OpenDialog\resource.h
     文件         206  2007-08-21 15:44  OpenDialog\StdAfx.cpp
     文件        1054  2007-08-21 15:44  OpenDialog\StdAfx.h
     文件        1078  2007-08-21 15:44  OpenDialog\res\Open.ico
     文件         396  2007-08-21 15:44  OpenDialog\res\Open.rc2

评论

共有 条评论