Ok i want to remove all selecteditems i tried to use this loop but it didn't work
Code:
        Dim a As String
        For Each a In History_Textbox.SelectedItems
            History_Textbox.Items.Remove(a)
        Next
How do i do it because that just didn't do anything