Cari Item Combobox VB.Net

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