private void Box_PPEI_VIN_Digits_16_TextChanged(object sender, EventArgs e) { if (Box_PPEI_VIN_Digits_16.Text.Length >= 2) { Box_PPEI_VIN_Digits_17.Focus(); } }
private void Box_PPEI_VIN_Digits_17_Click(object sender, EventArgs e) { Box_PPEI_VIN_Digits_17.Focus(); Box_PPEI_VIN_Digits_17.SelectAll(); }