资源简介

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


评论

共有 条评论