资源简介
mfc LISTCONTROL控件上增加checkbox控 增加显示图标的功能,VC 6.0 MFC
代码片段和文件信息
// listbox.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “listbox.h“
#include “listboxDlg.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CListboxApp
BEGIN_MESSAGE_MAP(CListboxApp CWinApp)
//{{AFX_MSG_MAP(CListboxApp)
// 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()
/////////////////////////////////////////////////////////////////////////////
// CListboxApp construction
CListboxApp::CListboxApp()
{
// TODO: add construction code
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 72204 2013-06-21 23:47 listControl\listbox.aps
文件 1242 2013-06-22 13:48 listControl\listbox.clw
文件 2077 2013-06-21 20:55 listControl\listbox.cpp
文件 4256 2013-06-22 13:48 listControl\listbox.dsp
文件 537 2013-06-21 20:55 listControl\listbox.dsw
文件 1335 2013-06-21 20:55 listControl\listbox.h
文件 41984 2013-06-22 13:48 listControl\listbox.ncb
文件 48640 2013-06-22 13:48 listControl\listbox.opt
文件 903 2013-06-21 23:49 listControl\listbox.plg
文件 5683 2013-06-21 23:47 listControl\listbox.rc
文件 7095 2013-06-21 23:49 listControl\listboxDlg.cpp
文件 1518 2013-06-21 23:39 listControl\listboxDlg.h
文件 3597 2013-06-21 20:55 listControl\ReadMe.txt
文件 35686 2013-06-21 23:39 listControl\res\Icon.ico
文件 1078 2013-06-21 20:55 listControl\res\listbox.ico
文件 399 2013-06-21 20:55 listControl\res\listbox.rc2
文件 915 2013-06-21 23:39 listControl\resource.h
文件 209 2013-06-21 20:55 listControl\StdAfx.cpp
文件 1054 2013-06-21 20:55 listControl\StdAfx.h
目录 0 2013-06-21 23:39 listControl\res
目录 0 2013-06-22 13:48 listControl
----------- --------- ---------- ----- ----
230412 21
- 上一篇:c++primer第五版练习题答案全
- 下一篇:图书管理系统C++
相关资源
- 一款MFC关机小程序
- 完成端口开发包iocpmfc
- 基于MFC实现的UDP组播程序
- MFC图片操作(PRO5_PNGDlg.cpp)
- MFC共享内存的
- 老外写的功能强大的文件查找工具(
- MFC获取电脑文件夹下文件的名称,类
- C++ MFC调用Javascrip函数
- C 播放WAVE音频
- MFCC谱图及其三维图表示
- 《深入浅出MFC》高清第二版.zip
- MFC透明按钮
- VS2010 MFC 摄像头
- MFC 按键精灵.rar
- 深入浅出MFC.pdf
-
基于MFC mediapla
yer控件开发的播放器 - 一款VC6.0+MFC的MP3播放器源码
- QQ登录界面MFC
- MFC透明窗口
- 利用MFC复选框控件设计学生选课界面
- (halcon+mfc)模板匹配demo源码
- MFC使用WebBrowser控件调用百度地图API案
- MFC入门教程之计算器
- MFC GDIPlus封装的CGdipButton界面,支持很
- MFC显示GIF动态图
- MFC 进程间通讯
- MFC 截图
- MFC进度条颜色渐变显示百分比进度
- C++ MFC进程保护防止被结束程序
- MFC Dll 开发
评论
共有 条评论