Introduction To The Visual Basic Language and Environment A. What's New?
Introduction To The Visual Basic Language and Environment A. What's New?
A. What’s New?
B. What Is It?
Visual Basic implements graphical user interface that allows the use of
graphics for different applications. I t provides visual interactive windows with user,
like Dialogue box for (color, font ...), Input box, and Output box. Also it is able to
create menu to simplify user application.
To run this program on user computer: Start>programs>Microsoft Visual
Studio 6.0>Microsoft Visual Basic 6.0.
It will appear on the computer screen as in the following picture.
To exit from Visual Basic and return to Windows is like exit from most
Windows applications. There are three ways to close the Visual Basic as stated
below.
1- Click on close button icon that appears in the upper-left corner of the
screen.
2- Press Alt+F4
3- Select File >Exit
The reasons for of implementing Visual Basic program are listed as follows:
1- It uses integrated development environment (IDE) which is easier for the
user to minimize code writing.
2- All visual programs follow the same concepts, therefore the user will become
more familiar with visual approach for other visual languages.
3- It provides Input box and Output box as an interactive windows with user.
4- It is able to connect to Internet, and to call Explorer.