资源列表
5
- 如何设置列表控件的显示方式 -How to set the list control is displayed how to set up the display list control
listbox
- 在多个listbox之间拖动数据,让操作更方便-Drag data between multiple listbox, make the operation more convenient
DriveaDiraFileListBox
- Drive&Dir&FileListBox应用-Drive & Dir & FileListBox application
vb_listbox
- 能够完成vb中listbox的简单操作,能够完成添加删除修改的操作-Vb in the listbox to complete a simple operation, to complete the operation to add delete modify
BitmapDialogSrc
- 给listctrl添加背景
datalist_automatic_paging
- 实现datalist表格自动分页,可选择每页显示条数,并可进行上下翻页-To achieve automatic paging datalist table, select the number of articles per page and can be carried out from top to bottom next page
baoming
- 输入学生的姓名,在组合框中选择班级,点击确定可加入列表框,不可重复加入。选中列表框中的内容可点击删除按钮删除。-Enter the student' s name, choice of classes in the combo box, click OK to join the list box, adding non-repeatable. Select the contents of the list box click the Delete button to delete.
ListBox
- 获取ListBox中鼠标下的项目-Under the mouse to get the items in the ListBox .............
excel
- qt 编程读取 excel格式的内容并把内容显示出来-qt编程读取 excel格式的内容
TestSplit
- 普通控件欢迎下载: 欢迎下载: -general controls welcomed Download : welcome to download : Welcome Download : welcome to download : Welcome Download : welcome to download :
MySortListCtrl
- 支持排序的ListCtrl控件 把.cpp .h文件添加进工程 子类化时 选择MyListCtrl即可使用 其他功能完全继承自ListCtrl 源码文件中有详细注释 请参阅-Support the sort of ListCtrl control The. Cpp, h files added to the project Subclass select MyListCtrl to use Other feature is fully inherited from
list
- listbox控件的list.text的内容如何更改?? -Private Sub Command1_Click() Print "List1.Text = " & List1.Text List1.List(List1.ListIndex) = "new" Print "List1.Text = " & List1.Text End Sub