资源简介
ImageList加载BMP在ListCtrl中显示的Demo,一个测试Demo,没什么好说明的了,

代码片段和文件信息
// ImageListTest.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “ImageListTest.h“
#include “ImageListTestDlg.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CImageListTestApp
BEGIN_MESSAGE_MAP(CImageListTestApp CWinApp)
//{{AFX_MSG_MAP(CImageListTestApp)
// 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()
/////////////////////////////////////////////////////////////////////////////
// CImageListTestApp construction
CImageListTestApp::CImageListTestApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}
/////////////////////////////////////////////////////////////////////////////
// The one and only CImageListTestApp object
CImageListTestApp theApp;
/////////////////////////////////////////////////////////////////////////////
// CImageListTestApp initialization
BOOL CImageListTestApp::InitInstance()
{
AfxEnableControlContainer();
// Standard initialization
// If you are not using these features and wish to reduce the size
// of your final executable you should remove from the following
// the specific initialization routines you do not need.
#ifdef _AFXDLL
Enable3dControls(); // Call this when using MFC in a shared DLL
#else
Enable3dControlsStatic(); // Call this when linking to MFC statically
#endif
CImageListTestDlg dlg;
m_pMainWnd = &dlg;
int nResponse = dlg.DoModal();
if (nResponse == IDOK)
{
// TODO: Place code here to handle when the dialog is
// dismissed with OK
}
else if (nResponse == IDCANCEL)
{
// TODO: Place code here to handle when the dialog is
// dismissed with Cancel
}
// Since the dialog has been closed return FALSE so that we exit the
// application rather than start the application‘s message pump.
return FALSE;
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 40020 2011-05-05 11:20 ImageListTest\ImageListTest.aps
文件 1218 2011-05-05 11:44 ImageListTest\ImageListTest.clw
文件 2161 2011-05-05 10:58 ImageListTest\ImageListTest.cpp
文件 4418 2011-05-05 11:14 ImageListTest\ImageListTest.dsp
文件 549 2011-05-05 10:58 ImageListTest\ImageListTest.dsw
文件 1401 2011-05-05 10:58 ImageListTest\ImageListTest.h
文件 41984 2011-05-05 11:44 ImageListTest\ImageListTest.ncb
文件 49664 2011-05-05 11:44 ImageListTest\ImageListTest.opt
文件 998 2011-05-05 11:44 ImageListTest\ImageListTest.plg
文件 5647 2011-05-05 11:20 ImageListTest\ImageListTest.rc
文件 5766 2011-05-05 11:44 ImageListTest\ImageListTestDlg.cpp
文件 1430 2011-05-05 10:59 ImageListTest\ImageListTestDlg.h
文件 3705 2011-05-05 10:58 ImageListTest\ReadMe.txt
文件 1270 2011-05-05 11:11 ImageListTest\res\bitmap2.bmp
文件 2816 2011-05-05 11:00 ImageListTest\res\face.bmp
文件 1078 2011-05-05 10:58 ImageListTest\res\ImageListTest.ico
文件 405 2011-05-05 10:58 ImageListTest\res\ImageListTest.rc2
文件 781 2011-05-05 11:11 ImageListTest\resource.h
文件 215 2011-05-05 10:58 ImageListTest\StdAfx.cpp
文件 1054 2011-05-05 10:58 ImageListTest\StdAfx.h
目录 0 2011-05-05 11:11 ImageListTest\res
目录 0 2011-05-05 11:44 ImageListTest
----------- --------- ---------- ----- ----
166580 22
- 上一篇:pthread+多线程编程技术.pdf
- 下一篇:电影推荐的一个微信小程序
相关资源
- 基于MFC扩展CListCtrl子项显示图片并叠
- 可编辑的CListctrl 支持CEDIT文本框,C
- CListCtrlExDemo.rar
- 如何实现bmp位图透明贴图
- bmp文件读出为txt文件 txt文件写入为
- bmp2c
- BmpButton
- 基于V4L2的视频采集,能够采集YUVJPE
- AlCl3抑制大鼠骨形成及BMP/Smad信号转导
- ORL_BMP.zip
- BMP位图文件解析
- 编程常用的素材(含png、jif、bmp、j
- jpeglib读取jpeg,转为bmp图,24真彩和灰
- 617张国内车牌60-17bmp图片用于OpenCV正样
- pEGFP-N1/BMP-2真核表达质粒的构建与鉴定
- 简单\“(8bit)Raw图像文件转换为(
- ORL人脸数据集,40个人,共400张bmp格式
- RGB565格式转BMP
- CGridListCtrlEx 组合ListCtrl应用
- libmp3lame.a(3.100)静态库for iOS支持真
- RATA Raster (BMP) To Allegro (IPF)
- 批量快速将多张bmp图片合并转换为b
- BMP图片读写,24位输入转换成8位输出
- AES加密BMP图片
- yuvtools_v2
- DICOM Explorer
- CGridListCtrlEx
- 数字图像处理测试BMP/JPG图片,图片为
- stm32图片解码
- stm32+JPEG+bmp+RM04_WIFI+二值图像.rar
评论
共有 条评论