PASOS:
Declare una variable llamada A de tipo entero Cambie el tipo de letra del textbox1
Codigo programaciòn ACEPTAR
A = "123" (PUEDE MODIFICAR ESTE NUMERO) If TextBox1.Text = A Then MsgBox("CLAVE CORRECTA") Else MsgBox("TU CLAVE NO ES CORRECTA") End If
AGREGUE UN NUEVO BOTON LLAMADO REICICIAR Y ESCRIBA EL SIGUIENTE CODIGO TextBox1.Text=”
“