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

资源简介

C++实战源码-关闭窗体前弹出确认对话框(入门级实例270).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “Close.h“
#include “CloseDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CCloseApp

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

/////////////////////////////////////////////////////////////////////////////
// CCloseApp construction

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

/////////////////////////////////////////////////////////////////////////////
// The one and only CCloseApp object

CCloseApp theApp;

///////

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        1020  2010-10-26 19:01  Close\Close.clw
     文件        2049  2007-08-21 15:44  Close\Close.cpp
     文件        4141  2007-08-21 15:44  Close\Close.dsp
     文件         533  2007-08-21 15:44  Close\Close.dsw
     文件        1313  2007-08-21 15:44  Close\Close.h
     文件        5147  2007-08-21 15:44  Close\Close.rc
     文件        4284  2007-08-21 15:44  Close\CloseDlg.cpp
     文件        1358  2007-08-21 15:44  Close\CloseDlg.h
     文件         532  2007-08-21 15:44  Close\Resource.h
     文件         207  2007-08-21 15:44  Close\StdAfx.cpp
     文件        1054  2007-08-21 15:44  Close\StdAfx.h
     文件        1078  2007-08-21 15:44  Close\res\Close.ico
     文件         397  2007-08-21 15:44  Close\res\Close.rc2

评论

共有 条评论