VB Express 2008
Up 6 Steps Projects

Please read all of this page for it contains important information about the two different and rather incompatible families of Visual Basic.

Learning to program is worthwhile because:

bulletcomputer programming is a highly creative process!
bulletprogramming languages are highly structured and demand disciplined thinking
bulletthere are large numbers of good careers waiting for talented programmers
bulleteven students who do not intend to become programmers are almost certain to use Microsoft programs such as Word or Excel on a regular basis, and Visual Basic can be used to take control over such programs (a form of Visual Basic called Visual Basic for Applications or VBA is built in to such programs).
bulleta subset of Visual Basic known as Visual Basic Script can be used to add interactivity to web pages.
bulletlater versions of Visual Basic can be used to produce advanced web pages directly
bulletprogramming is fun!

Microsoft Visual Basic is one of the most popular programming languages in the world, and with good reason:

bulletIt is easy to learn how to make simple programs (complex programs are never easy to program in any language)
bulletIt is extremely powerful - it can be used to create almost any type of program you can imagine
bulletIt's fast, due to the fact that it is a compiled language and also to the improvements that have been made to the program in recent years
bulletThere are a vast amounts of support materials on the Internet for VB programmers (see the links page above)
bulletIt's free! There are many versions of Visual Basic and certain version are available free from Microsoft.

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...

 

6 Steps Projects

Previous Up Next