visual studio combobox fill in first item code example Example: how to show a first item in a combobox in c# winforms comboBox1.SelectedItem = "your value"; //