VISUAL BASIC PARTS
Visual Basic consists of
11.
Form.
This section is referred to as the
interface page, where you will do your program design. Section of this form
where we put the components that we need in design time.
22.
Toolbox
The whole component / object used is placed
in this section. In the standard view component to be displayed just the most
commonly used components. We can increase or decrease according to the
components that we need. How to add:
1. By pressing Ctrl + T or
2. Select the Project menu -> Component
or
3. Right click on the toolbox and select
components
Then the component selection form will
appear, then you select the components that you will use and topped with a
button.
33.
Property
This section forms the display setting of
components and component properties. On the properties screen is divided into
two properties left and right of the property value. If you want to change the
properties of a component used to activate the components you need.
For example object Command1 has a property:
Name: to give the name of the object
Caption: last posts to display on the
button
Back color: background color button
44.
Project Navigator
Here constituent projects / applications
appears.
55.
Code Editor
Function to write program code, and this is
where the program will be controlled. Components that we arrange will function,
the action / event what will be done if the response to the object in question.
Here we define the event of an object and what will happen.
66.
Form Layout
With this facility we can find out the
position of the form later when the program / project we run. Is the middle,
top left or where.
77.
Tool bar and Menu bar
No comments