why do we use visual basic? give at least three reason
Answers
Answered by
9
Visual basic programming language allows programmers to create software interface and codes in an easy to use graphical environment. VB is the combination of different components that are used on forms having specific attributes and actions with the help of those components.
1) It's simple language. Things that may be difficult to program with other language
can be done in Visual Basic very easily.
2) Because Visual Basic is so popular, There are many good resources (Books,
Web sites, News groups and more) that can help you learn the language.
You can find the answers to your programming problems much more easily
than other programming languages.
3) You can find many tools (Sharewares and Freewares) on the internet that will
Spare you some programming time.
For example, if you want to ping a user over the internet in your program,
Instead of writing the ping function yourself, you can download a control
that does it, and use it in your program.
EVENT DRIVEN PROGRAMMING LANGUAGE
VISUAL BASIC is a VISUAL and Event-driven Programming Language. These are the main divergence from the old BASIC. In BASIC, programming is done in a text-only environment and the program is executed sequentially. In Visual Basic 6, programming is done in a graphical environment. In the old BASIC, you have to write program code for each graphical object you wish to display it on screen, including its position and its color. However, In Visual Basic 6 , you just need to drag and drop any graphical object anywhere on the form, and you can change its properties using the properties window.
In addition, Visual Basic 6 is Event-driven because we need to write code in order to perform some tasks in response to certain events
1) It's simple language. Things that may be difficult to program with other language
can be done in Visual Basic very easily.
2) Because Visual Basic is so popular, There are many good resources (Books,
Web sites, News groups and more) that can help you learn the language.
You can find the answers to your programming problems much more easily
than other programming languages.
3) You can find many tools (Sharewares and Freewares) on the internet that will
Spare you some programming time.
For example, if you want to ping a user over the internet in your program,
Instead of writing the ping function yourself, you can download a control
that does it, and use it in your program.
EVENT DRIVEN PROGRAMMING LANGUAGE
VISUAL BASIC is a VISUAL and Event-driven Programming Language. These are the main divergence from the old BASIC. In BASIC, programming is done in a text-only environment and the program is executed sequentially. In Visual Basic 6, programming is done in a graphical environment. In the old BASIC, you have to write program code for each graphical object you wish to display it on screen, including its position and its color. However, In Visual Basic 6 , you just need to drag and drop any graphical object anywhere on the form, and you can change its properties using the properties window.
In addition, Visual Basic 6 is Event-driven because we need to write code in order to perform some tasks in response to certain events
priya15126:
what is an event and an event driven programming language
Answered by
10
Visual basic programming language enables the programmers to build software interface including regulations in a simple to use graphical background. VB is the mixture of different elements that are used on forms having unique characteristics and works with the help of those components.
1) It's a simple language. Something that may be difficult to program with other words.
2)the structure of VB is designed in a way that allows programmers to create executable code – Exe files.
3) Furthermore, it's with the help of visual basic tools. One can change the abstract ideas into programs or the whole software while it allows updating and adjusting the applications fittingly.
Similar questions