VISUAL BASIC is a high-level programming language that is driven by the earlier DOS version called BASIC. BASIC stands for Beginners’ All-purpose Symbolic Instruction Code. Visual codes are written the same as in English and one can understand them easily. There are many versions available in the market nowadays but visual basic 6 is good for beginners.
VISUAL BASIC is a VISUAL Programming language that is graphical and you can make and drag many objects on the form which makes it very easy. Even an inexperienced person can use it if he/she has little knowledge about programming. 

introduction to visual basic
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 the start after that you can choose 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 the Visual Basic 6 compiler on your computer. You can download a copy of visual basic 6 compilers very easily. If you have already installed it on your PC or computer then you do not need to waste your time downloading it.
After installing the vb6 compiler, the icon will appear on your desktop or in your program's 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 the first icon of the dialog box which is shown above in blue highlight.
When we click on it the new windows will 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 quickly

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

Advertisements
Advertisements
Advertisements