Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

Related items

Sun Java Workshop 2.0

Microsoft Visual Basic 5

You are here: irt.org | Software Reviews | Programming | Microsoft Visual Basic 5 [ previous next ]

By: Lawrence Elliot

Introduction

Visual Basic has been around for a long time and has been growing in popularity all the while. The word "Basic" in Visual Basic may be misleading. You might think that all serious Windows applications should be written using the C/C++ compiler and SDK for Windows. However, this is not the case. You can write advanced Windows programs in a fraction of the time it takes to write the same programs using other programming languages.

What is it?

Visual Basic as the name implies is a Windows programming language. With Visual Basic, if you want to create a button, a list box or text box etc. you simply select the item from the tool box and place it on a form. Items placed on the form have their underlying code written into the program along with their properties. Each item placed on the form can have its properties adjusted at design time. Items can also have most of their properties adjusted at run time. A simple program can be created with very little additional code.

The Visual Basic environment

Above: The drag and drop interface allows you to create simple programs easily.

Perhaps one of the most powerful features of Visual Basic is its capability to incorporate Dynamic Link Libraries (DLLs). If the programmer wants to develop a program using a feature not available from the tool box, then the use of a DLL will almost certainly provide the answer.

Visual Basic 5 comes in three flavours: the Standard or Learning edition, the Professional edition and the Enterprise edition. The Professional edition contains everything in the Learning edition plus additional ActiveX controls including Internet controls and Crystal Report Writer. The Enterprise edition contains everything in the Professional edition plus the Automation Manager, the Component Manager, database management tools and Microsoft Visual SourceSafe project orientated version control system. It should be noted that Visual Basic 5 is a 32-bit only program and will not run in Windows 3.1. It will only run in Windows 95 and Windows NT or greater.

When you have finished your masterpiece it can be compiled into an executable program or EXE. This EXE can then be distributed, however, it requires quite a few additional files distributing with it. It needs the Run Time DLL for Visual Basic 5 and also several other support DLL files. There is a program provided within Visual Basic called a Set-up Wizard which will guide the user through the process of preparing the program for distribution.

The Setup Wizard

Above: The Setup Wizard automatically creates an installation routine for your project.

What's new?

Visual Basic 5 has a native code compiler, which they claim allows programs to run up to 20 times faster than they would with previous versions of Visual Basic. You can select between optimisation for speed or size.

ActiveX Control Creation is included in the Professional and Enterprise editions. An ActiveX Control is a reusable component. It can also be used in other environments such as Visual C++, Visual J++ and any ActiveX-aware product.

The Multimedia Control

Above: ActiveX controls add extra functionality to your projects, such as this multimedia player.

Visual Basic 5 includes Internet capabilities to let you create powerful applications hosted by standard browsers, going far beyond the limitations of standard HTML documents.

In addition Visual Basic 5 includes several Wizards to assist in the creation of the following:

Conclusion

Visual Basic 5 is a powerful easy to learn language. If you have done any programming in any other language, you will find Visual Basic an easy language to adapt to. Even if you have had no previous experience in programming, I would recommend Visual Basic 5 Standard Edition as a starting point.

Visual Basic 5 is a very powerful professional programming language which is used by very many organisations. You need only look at the situations vacant section of any computing magazine to see advertisements for Visual Basic programmers.

If you  want to produce professional code quickly then Visual Basic 5 Professional or Enterprise editions are eminently suitable.

Getting Started with VB

In my opinion the best way to get started is to buy a book on the subject. Check out Computer Manuals at http://www.compman.co.uk. Look in the Programming Basic section and choose from the many books listed. Make sure you choose a beginners' book if you haven't programmed in Visual Basic before. You can also try the Visual Basic 5 Developers' Workshop which is available direct from Amazon.com.

For more information on Visual Basic 5 check out Microsoft's Web site at http://www.microsoft.com. If you have a specific question about Visual Basic email me at lawrence@irt.org or you may want to take a look at the Visual Basic Users Group (VBUG) at http://www.vbug.co.uk.

If you are interested just in creating ActiveX controls there is available Visual Basic 5 Control Creation Edition (VB5CCE) and what's more its free. You can download it from http://www.microsoft.com.

Program Information
Price US$99.95, US$499, US$1199 Minimum Requirements
Publisher Microsoft
  • 486DX/66
  • 8MB RAM
  • 25 - 35MB free hard disk space
  • Windows 95/Windows NT 4
A very powerful package which is also extremely easy to use.

Buying Visual Basic

If you like the sound of VB5, you can buy a copy of the Enterprise Edition direct from Beyond.com (US only) at a discounted price. However, the release of Visual Basic 6.0 is imminent, so you may wish to order it instead. Simply select which version of Visual Basic you want in the box below, and you'll be taken to an appropriate order page. Fill in your credit card details, and as soon as VB 6.0 is released your copy will be delivered to you.

I would like to buy a copy of Visual Basic 6.0

Related items

Sun Java Workshop 2.0

Feedback on 'Microsoft Visual Basic 5'

©2018 Martin Webb