IMPORTANT:
Microsoft has released at least 9 different versions of Visual Basic.
Versions 1 to 6
were introduced from 1991 to 1998 and none of these versions are on sale any
more, nor are they supported by Microsoft.
In 2002 Microsoft introduced a very different version of Visual Basic
called Visual Basic.NET
(the extension .NET has been dropped from the latest versions)
which is not
compatible with previous versions.
This section of my website is devoted to VB.NET and not to VB 5/6. Since
2002 Microsoft has released several versions of VB.NET and the most recent
versions have dropped the '.NET' from their names. Specifically, this course
introduces Visual Basic 2008 Express Edition.
The 'Express' versions of Visual Basic are designed
for beginners are are available FREE from Microsoft. Microsoft claims they
are easier to use than previous versions but that is not necessarily so -
they are much more
sophisticated than VB5, for example, and sophistication always comes at a
price of being harder to master. Visual Basic.NET is 'fully Object Oriented'
which means it is in line with other popular languages such as Java and C++
and has all the features that professionals look for. This makes the code
more complicated and less user-friendly.
You can
download Visual Basic 2008 Express Edition free of charge from the Visual
Basic Express website at
www.microsoft.com/express/vb/.
Attention: it will take up several hundred MB of space on your computer so
don't attempt to download and install it unless you have a broadband (ADSL)
connection and enough space.
You can either download it alone or as part
of a larger package called Visual
Studio 2008 Express but I suggest you do NOT download the Studio
version - let's 'Keep It Simple, Stupid' (KISS).
You can read more about
Visual Basic.NET in
this Wikpedia
article.
Follow the links at the top of this page for more...