//============================================================================================ private void comboBox1_KeyPress(object sender, KeyPressEventArgs e) //============================================================================================ { if (e.KeyChar == '\r') { info.Text = "All data is valid, Click Button to create new Bank Account..."; CreateAccount.Focus( ); } }