martes, 20 de septiembre de 2016

generador de saludos 2


PROCEDIMIENTO
1.       Insertar label1 y cambiar el texto a “generador de saludos”
2.       Insertar label2 y cambiar texto a “nombre”
3.       Insertar label3 y cambiar texto a “apellido paterno”
4.       Insertar label4 y cambiar texto a “apellido materno”
5.       Insertar button1 y cambiar texto a “saludo”
6.       Insertar button2 y cambiar texto a “salir”
7.       Insertar textbox a lado de nombre, apellido materno y apellido materno
8.       Insertar un textbox debajo de los buttons
9.       Dar doble clic al button1 y escribir: TextBox4.Text = TextBox2.Text + " " + TextBox3.Text + " " + TextBox1.Text + " Bienvenidos a Visual Basic EXPRESS"

10.   Dar doble clic al button2 y escribir: end

No hay comentarios.:

Publicar un comentario