myListBox.SelectionMode = Multiple For each i as listBoxItem in myListBox.Items if i.Value = WantedValue Then i.Selected = true end if Next