multiselect

  1. L

    ListBox Multi-Select Issue

    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 &...
  2. K

    Keypress capture when multicell selected within DataGridView

    I'm sure this is simple, but I can't seem to find a reference for this specific situation. I'm using a datagridview that I'd like to have the user be able to select multiple cells within a row and then allow them to press <Delete> to delete the values within the cells. I can't seem to capture...
Back
Top