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

Upload: nancy-paredes

Post on 13-Mar-2016

216 views

Category:

Documents


0 download

DESCRIPTION

INSTRUCCIONES BÁSICAS PARA AGREGAR UNA CLAVE

TRANSCRIPT

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