When I use Shift+Click to select multiple items in a listbox, the following code is not recognizing the selected items between the first selected index and the last selected index as being selected:
For i As Integer = 0 To listSongs.Items.Count - 1 Step 1
MessageBox.Show("Index of " & i &...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.