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

资源简介

C++实战源码-在对话框中绘制图像(入门级实例483).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “ShowImageDlg.h“
#include “ShowImageDlgDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CShowImageDlgApp

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

/////////////////////////////////////////////////////////////////////////////
// CShowImageDlgApp construction

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

/////////////////////////////////////////////////////////////////////////////
// Th

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件         734  2010-09-02 11:19  ShowImageDlg\resource.h
     文件        1028  2010-10-27 19:01  ShowImageDlg\ShowImageDlg.clw
     文件        2147  2010-09-02 11:06  ShowImageDlg\ShowImageDlg.cpp
     文件        4328  2010-09-02 11:30  ShowImageDlg\ShowImageDlg.dsp
     文件         549  2010-09-02 11:06  ShowImageDlg\ShowImageDlg.dsw
     文件        1390  2010-09-02 11:06  ShowImageDlg\ShowImageDlg.h
     文件        5336  2010-09-16 14:42  ShowImageDlg\ShowImageDlg.rc
     文件        4831  2010-09-16 14:33  ShowImageDlg\ShowImageDlgDlg.cpp
     文件        1412  2010-09-16 14:34  ShowImageDlg\ShowImageDlgDlg.h
     文件         214  2010-09-02 11:06  ShowImageDlg\StdAfx.cpp
     文件        1054  2010-09-02 11:06  ShowImageDlg\StdAfx.h
     文件       81984  2010-11-13 15:49  ShowImageDlg\test.bmp
     文件        5694  2005-10-08 16:28  ShowImageDlg\res\ShowImageDlg.ico
     文件         404  2010-09-02 11:06  ShowImageDlg\res\ShowImageDlg.rc2

评论

共有 条评论