After I do a few of these, I hope to get back to Michael Halvorson's tutorials, which are great. Then I'll finish Anne Boehm's tutorials. Hopefully I will have all this done by mid-October.
Dim language As String
language = ComboBox1.Text
If language = "Visual Basic" Then
MsgBox("We have a winner!")
Else
MsgBox(language & "is not a bad langauge.")
End If
No comments:
Post a Comment