Visual Basic (VB) is the software third-generation event-driven programming language and integrated development environment (IDE) from Microsoft for its COM programming model. VB is considered a relatively easy to learn and use programming language, because of its graphical development and BASIC heritage.
Visual Basic was derived from BASIC and enables the rapid application development (RAD) of graphical user interface (GUI) application, access to databases using Data Access Objects, Remote Data bjects, or ActiveX Data Objects, and creation ActiveX controls and objects. Scripting languages such as VBA and VBScript are syntactically similar to Visual Basic, but perform differently.
A programmer can put together and application using the components provided with Visual Basic itself. Program written in Visual Basic can also use the Windows API, but doing so requires external function declarations.
The final release was version 6 in 1998. Microsoft's extended support ended in March 2008 and the desinated successor was Visual Basic.NET (a.k.a Visual Basic)
