Kami Export - ICT Reviewer
Kami Export - ICT Reviewer
Ma’am MACAUYAG
8 Linnaeus April 28, 2023
Command Button (cmd) - Used to carry Shape (shp) - Used to add shape (rectangle,
out the specified action when the user square or circle) to a Form.
chooses it.
Line (lin) - Used to draw a straight line to
Check Box (chk) - Displays a True/False or the Form.
Yes/No option.
Image (img) - Used to display images
Option Box - Control which is part of an such as icons, bitmaps and metafiles. But
option group allows the user to select less capability than the PictureBox.
only one option
even if it displays multiple choices. Data (dat) - Enables the user to connect to
an existing database and display
Combo Box (cbo) - Contains a TextBox and information from it.
a ListBox. This allows the user to select an
item from the dropdown ListBox, or to Object-Linking and Embedding (ole) -
type in a selection in the TextBox. Used to link or embed an object, display
and manipulate data from other windows
List Box (lst) - Displays a list of items from based applications.
which a user can select.
HScroll Bar (hsb) - Allows the user to Properties Windows - allows you to
navigate through the project horizontally. alter the qualities (property settings) of
the user interface components on a
VScroll Bar (vsb) - Allows the user to
form.
navigate through the project vertically
Properties Window - Displays the List Box (lst) - Is used to display a list of
properties of the selected object items from which the user can select one
or more items
Form Layout Window - Used to change
the forms' default position Picture Box (pic) - used to display images
in a Visual Basic form, it is commonly
Form Container - Where forms are placed used to show animations, graphics, icons,
and photos.
Forms - Windows that makes up the
application
Group 6: Compare and Contrast -
Visual Basic, C++, Python & Scratch
TERMINOLOGIES
ELSE - 'Else' is a keyword used in > 'Option Base' This option determines the
conjunction with the If statement to lower bound of arrays. The options are '0'
(default) or '1' 'Option Private Module' This
option makes all variables, procedures,
and functions in the module private.
> They can only be accessed from within
the module.
> 'Option Explicit On Error: This option
requires all errors to be handled explicitly
using the On Error statement.
> If an error occurs and is not handled, a
run-time error is generated.