Home
| Work & Business
| Computer Software
| Visual Basic
| What Is the Visual Basic Application?
What Is the Visual Basic Application?
by Bimlendu Roy
-
Overview
Visual Basic, or VB in short, is the programming language created by Microsoft to design and develop applications. All the applications developed using Visual Basic are referred to as Visual Basic Applications.
-
Fact
Visual Basic is an extended version of the BASIC programming language. It associates visual controls with the BASIC functions.
-
Significance
The significance of Visual Basic application is that the source code can be easily understood and few comments are needed to explain the code.
-
Advantage
Visual Basic applications run on the Web, in Windows and on mobile devices.
-
Visual Studio
Visual Studio is the well known development platform for Visual Basic applications.
-
Code Separation
In Visual Basic applications, the user interface is separated from the code, which makes it easy to maintain the code.