VISUAL BASIC is a VISUAL and Event-driven Programming Language. These are the principle uniqueness from the old BASIC. In BASIC, writing computer programs is done in a content just environment and the project is executed successively. In Visual Basic 6, writing computer programs is done in a graphical situation. In the old BASIC, you need to compose program code for each graphical item you wish to show it on screen, including its position and its shading. In any case, In Visual Basic 6 , you simply need to move and customize any graphical question anyplace on the structure, and you can change its properties utilizing the properties window.
Moreover, Visual Basic 6 is Event-driven on the grounds that we have to compose code keeping in mind the end goal to perform a few assignments because of specific occasions. The occasions normally includes yet not constrained to the client's inputs. A percentage of the occasions are burden, click, double tap, modifiable, squeezing the keys and that's just the beginning. We will take in more about occasions in later lessons. Along these lines, a Visual Basic 6 Program is comprised of numerous subprograms, each has its own project code, and each can be executed freely and in the meantime each can be connected together in somehow.