As shown, the focus will soon leave controls, lead to can't choose the option in the combobox
Private void comboBox1_Leave (object sender, EventArgs e)
{
ComboBox1. Focus ();
}
Written code like this, don't know what's problem
Private void comboBox1_Leave (object sender, EventArgs e)
{
ComboBox1. Focus ();
}