Want to get coding? Unsure of where to start?
Visual Basic Tutorial 2 focuses on two very important controls. Labels and Buttons.
Labels are fundamental ways of presenting the user with information and text. Buttons are used for recieving imput from the user.
The visible property determines whether the control is shown or hidden on the form
----------------------------------------------------------------------------------------------------------------
Source Code:
Public Class Form 1
Private Sub btnStart_Click(...)
lblMessage2.Visible = True
End Sub
Private Sub btnQuit_Click(...)
End
End Sub
End Class
En esta página del sitio puede ver el video en línea Visual Basic Tutorial 2 - Labels and Buttons de Duración hora minuto segunda en buena calidad , que subió el usuario VBExplained 29 octubre 2012, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 355 veces y le gustó 2 a los espectadores. Disfruta viendo!