请教一下Clistbox和Clistctrl两个类的区别
一个是列表框控件和一个列表控件
具体应用有什么区别?请指点
[解决办法]
CListBox控件就是一个列表,只显示一列的信息。
CListCtrl控件,可以显示多列信息,还可以显示大图片和小图片等。
[解决办法]
[解决办法]
CListBox:A list box displays a list of items, such as filenames, that the user can view and select.
CListCtrl: Encapsulates the functionality of a "list view control," which displays a collection of items each consisting of an icon (from an image list) and a label.