VB初学者求助

[复制链接]
查看11 | 回复3 | 2012-6-18 13:28:47 | 显示全部楼层 |阅读模式
Private Sub c1_Click()Dim x As Integer For x = List1.ListCount - 1 To 0 Step -1If List1.Selected(x) = True Then List2.AddItem List1.List(x) List1.RemoveItem x If x < List1.ListCount Then
List1.ListIndex = x Else
List1.ListIndex = -1 End IfEnd If Next x If List1.ListCount = 0 Then C1.Enabled = F...
回复

使用道具 举报

千问 | 2012-6-18 13:28:47 | 显示全部楼层
Wend应该不要吧!...
回复

使用道具 举报

千问 | 2012-6-18 13:28:47 | 显示全部楼层
不知道...
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

主题

0

回帖

4882万

积分

论坛元老

Rank: 8Rank: 8

积分
48824836
热门排行