vb中的列表框,如何将内容写入列表框中,求详细解答!!!急用!!谢谢拉!!

2025-01-07 19:41:43
推荐回答(4个)
回答1:

Vb列表框(ListBox).
List1.AddItem "damndk", 0 '添加数据到列表框
List1.RemoveItem (0) '移除列表框指定序列
List1.Clear '列表框清空
List1.Columns = 2 '运行时只读属性,设置列表框滚动方式(value=0 or 2)
cnt = List1.ListCount

回答2:

list1.additem("asjfhdashf")
list1.additem("asjfhdashf")
list1.additem("asjfhdashf")
list1.additem("asjfhdashf")

回答3:

list1.additem "asjfhdashf"

回答4:

list1.additem("abc")