vb.net Intro to If Statements

Published: 23 September 2013
on channel: ICT Hub
77
like

A quick intro to using If statements in VB.Net

Code:

If tbWord.Text = "Hello" Then
lblWord2.Text = "World"
ElseIf tbWord.Text = "Hiya" Then
lblWord2.Text = "How are you?"
Else
lblWord2.Text = "I don't understand"
End If


Watch video vb.net Intro to If Statements online, duration hours minute second in high quality that is uploaded to the channel ICT Hub 23 September 2013. Share the link to the video on social media so that your subscribers and friends will also watch this video. This video clip has been viewed 77 times and liked it like visitors.