Well... Personally, I've been doing VB since vb3 so I am very used to its syntax. I also program in AS, C++, C#, JScript, etc... c-style languages. I would say the main advantage of vb vs. c# (besides being easier for me to whip out) is the naming schema's: For instance:
Public MustInherit Class FriendShip
End Class
I know right off the bat I can't instantiate this class.
And now that VB has Using too (not like the c# Using to import a namespace) we are all set as VB programmers
