Generation

generate functionThu, 13 Jul 2023

ocultar caracteres de un password en windows form

private void txb_password_KeyDown(object sender, KeyEventArgs e) { if (e.KeyCode != Keys.Back) { txb_password.PasswordChar = '*'; }

Want to kickstart your project?Use the new AI Studio to create your code