Dim i As Integer Dim count = Me.lstbprocessapplicant.SelectedItems.Count For i = 0 To count - 1 SelectedApp = Me.lstbprocessapplicant.SelectedItems(i) Me.lstbprocessapplicant.Items.Item(i).ToString() ' this loop gave me and index out of range exception and i changed it to this Me.lstbprocessapplicant.Items(i).ToString() Me.lstbprocessapplicant.Items.Item(i).ToString() 'And this loop is also giving me another execption me.lstbprocessapplicant.selectedindices.count Me.lstbprocessapplicant.items.selectedindice(i) 'This one only gave me the indexes
Please help me

New Topic/Question
Reply




MultiQuote



|