在vb中如果要在list中把选中的多条信息复制到label中该怎么做
1个回答
展开全部
dim i as integer
Label1.caption="梁帆"
for i =0 To List1.ListCount-1
if list1.selected(i) Then
知指 Label1.caption=Label1.caption & List1.List(i) & Vbcrlf
搭渣配end if
next i
Label1.caption="梁帆"
for i =0 To List1.ListCount-1
if list1.selected(i) Then
知指 Label1.caption=Label1.caption & List1.List(i) & Vbcrlf
搭渣配end if
next i
追问
list1.selected(i)
这句什么意思
追答
List1.Selected(i) 是指第 i 项被选中的。
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询