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

资源简介

C++实战源码-指定区域绘制图像(入门级实例486).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

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件         735  2010-09-02 12:55  ShowImageDlg\resource.h
     文件        1130  2010-10-27 19:04  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
     文件        5405  2010-09-16 15:35  ShowImageDlg\ShowImageDlg.rc
     文件        4615  2010-09-16 15:51  ShowImageDlg\ShowImageDlgDlg.cpp
     文件        1374  2010-09-02 13:17  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

评论

共有 条评论