Sunday, August 23, 2009

Structure Applications With Visual Basic Language


Basic is one of the programming language that is well known by computer users. This language can be considered as the basic programming language or the easiest to match with his name.
However, Basic is really name stands for B (Beginner's),  A (All - Purpose),  S(Hollywood),  I (Instruction),  C (Code).

Applications in Visual Basic 6.0 consists of the parts:
·        Form
Is the place to design the program by putting the objects that is a series of commands that will be done by the application.
·        Control
Having a graphical form that will be placed on field work in the call form that can interact with the user, such as textbox, labelbox, CommandButton. Form and control is the object of this programming.
·        Properties
Is a variable or a predicate that is attached to each object. Examples of properties is the name, caption, size, color, content and position. Visual Basic provides the raw value and this value can be changed at the time the program starts.
·        Methods
Is a procedure that was made on each object at any time can be used in accordance with the purpose of such method.
·        Event Procedure
Is the code associated with each object, which will carry out duties in accordance with the event name in question. This code will react when there is action from the user on the object in question.
·        General Procedure
Is yanng codes are not directly related to existing objects. This procedure will run when called by name in a statement the program line. 
·        Modules
Is a collection of some of the General Procedure, variable declarations and constant definitions used in an application.

0 comments:

Your Ad Here