Like another programming language, Visual Basic also has some common terminology that required to be understood by the developers (programmers). Here are some common terms in Visual Basic:
Design time is any time when an application being developed in Visual Basic Development Environment
Run time is any time when an application is running.
Forms are windows that can be customized by the developer (programmer)
Controls are graphic that representation of objects
Object is a general term that used to describe forms and controls that make up a program
Properties are the characteristics of objects such as size, width, height, etc
Methods are the actions that object can perform
Events are the actions that recognized by forms or controls
.......
0 comments:
Post a Comment