Pesquise itens de ComboBox VB.NET

Dim index As Integer
index = ComboBox1.FindString(TextBox1.Text)
ComboBox1.SelectedIndex = index
AyProductions