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
On this page of the site you can watch the video online Visual Basic Tutorial 2 - Labels and Buttons with a duration of hours minute second in good quality, which was uploaded by the user VBExplained 29 October 2012, share the link with friends and acquaintances, this video has already been watched 355 times on youtube and it was liked by 2 viewers. Enjoy your viewing!