Specifications

App - 2
[Visual Basic
®
screen]
6) Code window
2) Toolbox 1) Toolbar 3) Form window 4) Project window5) Properties window
1) Toolbar
The commands used frequently can be selected from here.
2) Toolbox
A window for selecting the control to be placed on the form
3) Form window
A window which forms the basis of the application
The control is placed on the form to create the target interface.
4) Project window
The file list configuring the projects (application programs) is displayed.
5) Properties window
A window for setting the attributes (properties) such as form, color, etc. in the
control
6) Code window
When double-clicking the objects placed on the form, a window is displayed.
Then, describe Basic code (program) in the window.