CLAVE

1
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=”

description

INSTRUCCIONES BÁSICAS PARA AGREGAR UNA CLAVE

Transcript of CLAVE

Page 1: CLAVE

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=” “