private void Box_PPEI_VIN_Digits_13_TextChanged(object sender, EventArgs e) { if (Box_PPEI_VIN_Digits_13.Text.Length >= 2) { Box_PPEI_VIN_Digits_14.Focus(); } }
private void Box_PPEI_VIN_Digits_14_Click(object sender, EventArgs e) { Box_PPEI_VIN_Digits_14.Focus(); Box_PPEI_VIN_Digits_14.SelectAll(); }