Visual Basic Tutorial 2 - Labels and Buttons

Publicado em: 29 Outubro 2012
no canal de: VBExplained
355
2

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


Nesta página do site você pode assistir ao vídeo on-line Visual Basic Tutorial 2 - Labels and Buttons duração hora minuto segundo em boa qualidade , que foi baixado pelo usuário VBExplained 29 Outubro 2012, compartilhe o link com seus amigos e conhecidos, no youtube este vídeo já foi visto 355 vezes e gostou 2 espectadores. Boa visualização!