Tuesday, September 21, 2010

Tuesday, September 21 2010

I am going to start yet another set of tutorials, these written by Evangelos Petroutsos.

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: