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

资源简介

C++实战源码-使用滚动条显示大幅位图(入门级实例324).zip

资源截图

代码片段和文件信息

// BmpDlg.cpp : implementation file
//

#include “stdafx.h“
#include “BrownBMP.h“
#include “BmpDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CBmpDlg dialog


CBmpDlg::CBmpDlg(CWnd* pParent /*=NULL*/)
: CDialog(CBmpDlg::IDD pParent)
{
//{{AFX_DATA_INIT(CBmpDlg)
// NOTE: the ClassWizard will add member initialization here
//}}AFX_DATA_INIT
}


void CBmpDlg::DoDataExchange(CDataExchange* pDX)
{
CDialog::DoDataExchange(pDX);
//{{AFX_DATA_MAP(CBmpDlg)
// NOTE: the ClassWizard will add DDX and DDV calls here
//}}AFX_DATA_MAP
}


BEGIN_MESSAGE_MAP(CBmpDlg CDialog)
//{{AFX_MSG_MAP(CBmpDlg)
ON_WM_HSCROLL()
ON_WM_VSCROLL()
ON_WM_MOUSEWHEEL()
//}}AFX_MSG_MAP
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
// CBmpDlg message handlers

void CBmpDlg::O

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        3631  2007-05-08 08:48  BrownBMP\BmpDlg.cpp
     文件        1380  2007-05-08 08:48  BrownBMP\BmpDlg.h
     文件        1603  2010-10-27 13:22  BrownBMP\BrownBMP.clw
     文件        2091  2007-05-08 08:48  BrownBMP\BrownBMP.cpp
     文件        4648  2010-10-06 16:12  BrownBMP\BrownBMP.dsp
     文件         541  2007-05-08 08:48  BrownBMP\BrownBMP.dsw
     文件        1346  2007-05-08 08:48  BrownBMP\BrownBMP.h
     文件        6095  2010-10-06 16:09  BrownBMP\BrownBMP.rc
     文件         753  2007-05-08 08:48  BrownBMP\BrownBmp1.cpp
     文件        1149  2007-05-08 08:48  BrownBMP\BrownBmp1.h
     文件        6584  2010-10-06 16:09  BrownBMP\BrownBMPDlg.cpp
     文件        1675  2010-10-06 16:08  BrownBMP\BrownBMPDlg.h
     文件        1050  2010-10-06 16:09  BrownBMP\resource.h
     文件         210  2007-05-08 08:48  BrownBMP\StdAfx.cpp
     文件        1054  2007-05-08 08:48  BrownBMP\StdAfx.h
     文件        2238  2007-05-08 08:48  BrownBMP\res\!Hen.ico
     文件      396950  2010-10-06 16:02  BrownBMP\res\036.bmp
     文件        1078  2007-05-08 08:48  BrownBMP\res\BrownBMP.ico
     文件         400  2007-05-08 08:48  BrownBMP\res\BrownBMP.rc2
     文件        1710  2010-10-06 16:09  BrownBMP\res\select.bmp
     文件        8192  2010-10-06 16:12  BrownBMP\res\Thumbs.db

评论

共有 条评论