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
Sur cette page du site, vous pouvez voir la vidéo en ligne Visual Basic Tutorial 2 - Labels and Buttons durée heure minute seconde en bonne qualité , qui a été Téléchargé par l'utilisateur VBExplained 29 octobre 2012, Partagez le lien avec vos amis et connaissances, sur youtube cette vidéo a déjà été regardée 355 fois et il a aimé 2 téléspectateurs. Bon visionnage!