Private Sub ListBox1_SelectedIndexChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ListBox1.SelectedIndexChanged
If ListBox1.SelectedIndex = (last item) Then
Me.ListBox1.SelectedIndex = 0
End If
End Sub
|
Results 1 to 14 of 14
Threaded View
|
Click Here to Expand Forum to Full Width |