Protected Sub TextBox1_TextChanged(sender As Object, e As EventArgs) Handles TextBox1.TextChanged Label2.Text = "conferma password" Label1.Visible = False TextBox2.Focus() End Sub