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 without registration, duration hours minute second in high quality. This video was added by user ICT Hub 23 September 2013, don't forget to share it with your friends and acquaintances, it has been viewed on our site 77 once and liked it like people.