private void Box_PPEI_VIN_Digits_17_TextChanged(object sender, EventArgs e) { if (Box_PPEI_VIN_Digits_17.Text.Length >= 2) { Box_PPEI_VIN_Digits_10.Focus(); } }
private void Box_PPEI_VIN_Digits_10_Click(object sender, EventArgs e) { Box_PPEI_VIN_Digits_10.Focus(); Box_PPEI_VIN_Digits_10.SelectAll(); }