资源列表
ListDemo.zip
- 带图片的ListCtrl,很有使用价值哦,值得一看哦,With the picture ListCtrl, very useful Oh, see Oh
ListView
- 小程序,在界面的编辑框里输入后,通过Add按钮,将内容添加到ListBox里面。-Small procedures, the interface to edit box enter through Add button to add to the ListBox inside.
TabCtrl
- 这是一个ListCtrl的例子,他能够很好的解决CListCtrl的排序问题
listviewstyle
- VB环境下listview控件的简单应用,显示了多种不同样式.
CListWithButton
- 自定义列表框(report型),可自由设置行高,可以在某行某列处添加ico图标,按钮,并实现消息映射。-Custom list box (report type), are free to set the row height can be a column in a row to add the ico icons, buttons, and realize the message map.
EditList
- 可编辑的列表框控件,可以用tab键进行切换-Editable list box control, you can use the tab key to switch
一个使ListBox支持Icon的源程序
- 这个程序写的很漂亮 可以-this procedure was very nice to see it
ListBox
- Visual C++的组件ListBox的简单用法,是经过编译的哦,对于C++初学者很有帮助-Components of Visual C++ simple use of ListBox is compiled Oh, very helpful for beginners C++
ItemListCtrl
- This program is a new list control method. Especially, it is for the item list control using graphic object.
listviewSort
- 一个具有排序功能的CSortedListCtrl类,封装了所有有关排序的操作
name
- listctrl 简单的功能实现,实在不会的可以-listctrl simple implementation of function, if you really don t understand it,you can try it.
4
- 左右两个列表框,中间是四个命令按钮,点击第一个,将左边列表框的内容全部移动到右边,第二个将选中的移到右边,第三个将右侧选中的移到左边,第四个将右侧全部移到左边。