comboBox1.SelectedIndex=comboBox1.Items.Contains(e.KeyChar) ? comboBox1.Items.indexOf(e.KeyChar) : 0;