Advertisement
SecurityNajaf

#IL_Code 8920

Jan 20th, 2014
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
VB.NET 0.22 KB | None | 0 0
  1.   Dim values As New List(Of String)
  2.   If ManageList.SelectedItems.Count > 0 Then
  3.      For Each item As ListViewItem.ListViewSubItem In ManageList.SelectedItems(0).SubItems
  4.         values.Add(item.Text)
  5.      Next
  6.   End If
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement