Forum Moderators: open

Message Too Old, No Replies

what's the difference among vb vba vbs and vb .net?

         

someone

7:07 pm on Apr 6, 2005 (gmt 0)

10+ Year Member



Too many programming languages and totally confused.

TheNige

8:23 pm on Apr 6, 2005 (gmt 0)

10+ Year Member



VB = original Visual Basic laguage used to make desktop and component applications

VBA = Visaul Basic for Applications, generally used to do some custom functions in things like Word, Excel, etc.

VBS = VB Script, toned down scripting version of VB used to program in ASP, client side script, or in other places like the command line or in SQL DTS packages.

VB.Net = latest version of the VB language for use with the .Net framework.

What are you going to be programming? Pick the one that you need.

Easy_Coder

12:48 pm on Apr 7, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



someone, in addition to what TheNige posted you should also spend a little time researching the differences between early bound, late bound, variant types and strongly typed code.