Breaking News

Visual Basic

Visual Basic is one of the Object Oriented Programming ( OOP ) that very easy to use and learn . Visual Basic was produced by Microsoft Corporation , which also produces the Windows operating system.

Visual Basic compiler application file will exist :
1 . Project files ( * . Vbp )
Project file is a file of applications we build it yourself . In the project file is usually composed of several other files .
2 . File interface / form ( * . Frm )
This file is a file that stores information about the shape of the form in an application . In an ordinary project file consists of more than one form .

Design Time and Runtime Visual Basic
At the time there were two visual programming that shows what we can do when it's in our application .
1 . Design Time
Design Time is a time when we are designing / building our application . Determine the shape of the interface, typing code, and all the activities of designing / building we are doing when design time .
2 . Run Time
We run the result of design or execution that we have done a Runtime . At this time we can not change the program code .

No comments