Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ListView multiSelect
Message
From
07/09/2002 07:47:33
 
 
To
07/09/2002 04:23:02
General information
Forum:
Visual Basic
Category:
ActiveX controls
Miscellaneous
Thread ID:
00697878
Message ID:
00697891
Views:
13
This message has been marked as the solution to the initial question of the thread.
Private Sub Command1_Click()
Dim i As Integer
If ListView1.SelectedItem Is Nothing Then Exit Sub
For i = 1 To ListView1.ListItems.Count
If ListView1.ListItems(i).Selected = True Then
MsgBox ListView1.ListItems(i).Key
End If
Next i
End Sub
Best Luck..
Nilesh
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform