資源簡介
自繪list ctrl類,實現列表控件的行高修改,背景顏色的設置,及表頭的相關修改,大家可以好好學習下,挺有幫助的
代碼片段和文件信息
//?DemoList.cpp?:?Defines?the?class?behaviors?for?the?application.
//
#include?“stdafx.h“
#include?“DemoList.h“
#include?“DemoListDlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CDemoListApp
BEGIN_MESSAGE_MAP(CDemoListApp?CWinApp)
//{{AFX_MSG_MAP(CDemoListApp)
//?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()
/////////////////////////////////////////////////////////////////////////////
//?CDemoListApp?construction
CDemoListApp::CDemoListApp()
{
//?TODO:?add?construction?code?here
//?Place?all?significant?initialization?in?InitInstance
}
/////////////////////////////////////////////////////////////////////////////
//?The?one?and?only?CDemoListApp?object
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄??????????0??2009-02-06?16:16??VS2005版本示例
?????目錄??????????0??2009-02-06?16:16??VS2005版本示例\DemoList
?????文件????????889??2009-01-15?11:28??VS2005版本示例\DemoList\DemoList.sln
????..A..H.?????19968??2009-01-16?12:55??VS2005版本示例\DemoList\DemoList.suo
?????目錄??????????0??2009-02-06?16:16??VS2005版本示例\DemoList\DemoList
?????文件???????1675??2009-01-15?11:28??VS2005版本示例\DemoList\DemoList\DemoList.cpp
?????文件????????453??2009-01-15?11:28??VS2005版本示例\DemoList\DemoList\DemoList.h
?????文件???????5100??2009-01-15?14:25??VS2005版本示例\DemoList\DemoList\DemoList.rc
?????文件???????5747??2009-01-15?11:39??VS2005版本示例\DemoList\DemoList\DemoList.vcproj
?????文件???????1427??2009-01-16?12:55??VS2005版本示例\DemoList\DemoList\DemoList.vcproj.4437C6B49E6A4C6.Administrator.user
?????文件???????1427??2009-01-15?23:50??VS2005版本示例\DemoList\DemoList\DemoList.vcproj.C7E6AB63C40D441.Administrator.user
?????文件???????4864??2009-01-16?10:07??VS2005版本示例\DemoList\DemoList\DemoListDlg.cpp
?????文件????????647??2009-01-15?14:19??VS2005版本示例\DemoList\DemoList\DemoListDlg.h
?????文件???????3249??2009-01-16?15:09??VS2005版本示例\DemoList\DemoList\HeaderCtrlCl.cpp
?????文件????????623??2009-01-15?22:06??VS2005版本示例\DemoList\DemoList\HeaderCtrlCl.h
?????文件???????8140??2009-01-16?09:59??VS2005版本示例\DemoList\DemoList\ListCtrlCl.cpp
?????文件???????1880??2009-01-16?09:53??VS2005版本示例\DemoList\DemoList\ListCtrlCl.h
?????文件???????2781??2009-01-15?11:28??VS2005版本示例\DemoList\DemoList\ReadMe.txt
?????文件????????680??2009-01-15?11:30??VS2005版本示例\DemoList\DemoList\Resource.h
?????文件????????139??2009-01-15?11:28??VS2005版本示例\DemoList\DemoList\stdafx.cpp
?????文件???????2489??2009-01-15?11:28??VS2005版本示例\DemoList\DemoList\stdafx.h
?????目錄??????????0??2009-02-06?16:16??VS2005版本示例\DemoList\DemoList\res
?????文件??????21630??2005-12-08?14:56??VS2005版本示例\DemoList\DemoList\res\DemoList.ico
?????文件????????364??2009-01-15?11:28??VS2005版本示例\DemoList\DemoList\res\DemoList.rc2
?????目錄??????????0??2009-02-06?16:16??重用類
?????文件???????3249??2009-01-16?15:09??重用類\HeaderCtrlCl.cpp
?????文件????????623??2009-01-15?22:06??重用類\HeaderCtrlCl.h
?????文件???????8140??2009-01-16?09:59??重用類\ListCtrlCl.cpp
?????文件???????1880??2009-01-16?09:53??重用類\ListCtrlCl.h
?????目錄??????????0??2009-02-06?16:16??VC6.0版本示例
............此處省略23個文件信息
評論
共有 條評論