How do I set the selected item in a comboBox to match my string using C#? October 11, 2022 by Tarik This should do the trick: Combox1.SelectedIndex = Combox1.FindStringExact("test1")