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
На этой странице сайта вы можете посмотреть видео онлайн Visual Basic Tutorial 2 - Labels and Buttons длительностью часов минут секунд в хорошем качестве, которое загрузил пользователь VBExplained 29 Октябрь 2012, поделитесь ссылкой с друзьями и знакомыми, на youtube это видео уже посмотрели 355 раз и оно понравилось 2 зрителям. Приятного просмотра!