What is visual Basic?

VISUAL BASIC

VISUAL BASIC is a high-level programming language that is driven from the earlier DOS version called BASIC. BASIC stands for Beginners’ All-purpose Symbolic Instruction Code. Visual codes are written same as English and one can understands easily. There are many versions available in the market now a days but visual basic 6 is good for beginners.
VISUAL BASIC is a VISUAL Programming language is graphical and you can make and drag many objects on the form it makes it very easy . Even a inexperienced person can use it if he/she has a little knowledge about programming. 
Visual Basic 6 is Event-driven because we need to write code that performs some tasks when an event occurs .  Some of the events are load, click, double click, drag, and drop, pressing the keys and more. We will learn more about events  Besides that, a VB6 Program is made up of many subprograms or modules, each has its own program code, and each can be executed independently; they can also be linked together in one way or another. VB6 is most easy and simple i will recommend VB6 at start after that you can chose any other vision of it.

C. The Visual Basic 6 Integrated Development Environment

Before you can write programs in VB 6, you need to install Visual Basic 6 compiler on your computer. You can download  a copy of of visual basic 6 compiler very easy . If you have already installed it on your PC or computer then you do not need to waste your time in downloading it.
After installing the vb6 compiler, the icon will appear on your desktop or in your programs menu. Click on the icon to launch the VB6 compiler. On start up, Visual Basic 6.0  will display the following interface  as shown below.

IF we do not have any project before it we have to click on first icon of the dialog box which is shown above in blue highlight.
When we click on it the new windows will be open in form , actually vb6 consists of many forms as needed but we will use a single form in begging So that you should understand it easily and quecly

In the next post we will  learn how to Design for different types of application and how you can use tools (Internisic and active ex).

Be the first to comment

Leave a Reply

Your email address will not be published.


*