Is 125 Computer Programming II VB Screen Elements Toolbox Controls
Is 125 Computer Programming II VB Screen Elements Toolbox Controls
PROGRAMMING II
AND COMMON CONTROLS INSTRUCTOR: GERALD
EMERSON S. CORPIN, MPM
Title Bar
Menu Bar
Toolbar
Toolbox
Windows Form Designer Window
CHECKBOX
•Enables the user to select or clear the associated option
CHECKEDLISTBOX
•Display a list of items with a checkbox on the left side of
each item
COMBOBOX
•Displays an editable textbox with a drop-down list of
permitted values
DATETIMEPICKER
•Enables the user to select a date and time, and to display
that date and time in a specified format
LABEL
•Provides run-time information or descriptive text for a
control
LINKLABEL
•Displays a label control that supports hyperlink functionality, formatting, and
tracking
LISTBOX
•Display a list from which the user can select items
MONTHCALENDAR
•Displays a monthly calendar from which the user can select a date
NOTIFYICON
•Display an icon in the notification area, on the right of the Window taskbar,
during run time
NUMERICUPDOWN
•Displays a single numeric value that the user can increment and decrement by
clicking up and down buttons on the control
PICTUREBOX
•Displays an image
PROGRESSBAR
•Displays a bar that fills to indicate to the user the progress of the operation
RADIOBUTTON
•Enables the user to select a single option from a group of choices when paired
with other RadioButtons
RICHTEXTBOX
•Provides advanced text entry and editing features such as character and
paragraph formatting
TEXTBOX
•Enables the user to enter text, and provides multi-line editing and password
character masking
TOOLTIP
•Displays information when the user moves the pointer over an associated control
TREEVIEW
•Displays a hierarchical collection of labeled items to the user that optionally
contain an image
WEBBROWSER
•Enables the user to browse Web pages inside the form
TOOLTIP
•Displays information when the user moves the pointer over an associated control
TREEVIEW
•Displays a hierarchical collection of labeled items to the user that optionally
contain an image
WEBBROWSER
•Enables the user to browse Web pages inside the form
ACTIVITY