Visual Basic is a high level programming language developed from the previous version of DOS called BASIC. This is a very easy programming language to learn. The code is very similar to the English language. Software companies produced different versions of BASIC such as Microsoft QBASIC, GWBASIC, QuickBasic, IBM BASIC and so on. However, people prefer to use Microsoft Visual Basic today, as it is a programming language developed and support resources are available everywhere.
Now there are many versions of Visual Basic on the market, the most popular and widely used by many VB programmers is none other than Visual Basic 6. We also have VB.net, VB2005, VB2008 and VB2010 latest. The Vb2008 VB2010 are completely object-oriented programming language (OOP).
Visual Basic is a visual programming language and event driven. These are the most important departure from the old BASIC. In BASIC, programming is done in a text-only and the program is executed sequentially. In VB, programming is done in a graphical environment. In the old BASIC, you must write code for each graphic object you want to display it on the screen, including its position and color. But in VB, you just drag and drop any graphical object anywhere on the form, and you can change color at any time using the Properties window.
On the other hand, the user can click on a certain object randomly, so that each object must be programmed independently to be able to respond these actions (events). Therefore, a VB program consists of many subprograms, each has its own code, and each can be performed independently and simultaneously, each can be linked together in one way or another.








Posted in
Tags: