private void Box_Vin_Digits_3_TextChanged(object sender, EventArgs e) { if (Box_Vin_Digits_3.Text.Length >= 2) { Box_Vin_Digits_4.Focus(); } }
private void Box_Vin_Digits_4_Click(object sender, EventArgs e) { Box_Vin_Digits_4.Focus(); Box_Vin_Digits_4.SelectAll(); }
private void Box_Vin_Digits_4_Enter(object sender, EventArgs e) { Box_Vin_Digits_4.SelectAll(); }