菜鸟问题:在那里找CListView控件!!
控件面板上好像没有啊。
Register ActiveX controls 里面也没有找到!!
问题点数:20、回复次数:2Top
1 楼cxjlw(老为)回复于 2003-06-04 20:11:27 得分 15
The CListView class simplifies use of the list control and of CListCtrl, the class that encapsulates list-control functionality, with MFC's document-view architecture.
但是控件面板上有一个CListCtrl控件,这应该是你要找的东西。
在CListView的派生类中,
CListCtrl& m_list=GetListCtrl()可以获得该类封装的CListCtrl.
Top
2 楼BinaryPoet(二进制诗人)回复于 2003-06-04 22:07:23 得分 5
CListView是MFC的标准类,直接派生就可以,记住要包含<afxcview.h>Top




