
The runtime DLLs are widely available and typically accompany a Visual Basic application. DLL file, named VBRUNxxx (up to VB 4) or MSVBVMxx (VB 5 and 6), where x is the version number, contains necessary runtime libraries and also converts programs compiled to bytecode into the machine language of the computer. No matter what the version, in order to run a VB program, the VB runtime module must reside in the target computer. Up until VB 5, the Visual Basic compiler only converted the source code written by the programmer into an intermediate language called "bytecode." Starting with VB 5, native executable programs can be generated.

Visual Basic for Applications (VBA) is a subset that provides a common macro language included with many Microsoft applications.

Visual Basic became part of Visual Studio.NET. Visual Basic 6.0, which was released in early 1999, was the last version of Visual Basic to be offered as a stand-alone development product. With its visual user interface development tools, Visual Basic became very popular by the mid-1990s. When first released in 1991, it was similar to Microsoft's QuickBASIC. This article is provided by FOLDOC - Free Online Dictionary of Computing ( ) Visual BasicA version of the BASIC programming language from Microsoft specialized for developing Windows applications.
