1. 首页
  2. 编程语言
  3. VB
  4. Multi_ColComboBox

Multi_ColComboBox

上传者: 2018-12-20 06:00:29上传 ZIP文件 57.78KB 热度 27次
This is a component (.dll), that you can compile and use in an application, it is self made combo box, that can show it's collection of data in a multiple columns, the columns is created in code form, and the items are added in the code form as well. You would add the columns as follows: "component name".Columns.Add 'Column details as per listview functions You would add the items to the list as follows: "component name".Items.Add 'As per listview functions There is a sample form in the project that I have used to demonstrate. This was done in a very short time, so I know it is not perfect, or "complete" as such, I am just trying to demonstrate a way of achieving this idea. Thanks.
下载地址
用户评论