You are on page 1of 3

UNIVERSITY OF SAINT ANTHONY

(Dr. Santiago G. Ortega Memorial)


City of Iriga

JUNIOR HIGH SCHOOL DEPARTMENT

INSTRUCTIONAL GUIDE in COMPUTER 10


Name: ALYSSA MARIE B. REMPILLO Grade & Section: 10-AQUAMARINE
SET 4

Working Forms and Controls


Objectives: Determine the different window interface using of controls
Familiar with the differents controls used in VB.
Activity:

I. IDENTIFICATION: Identify the term that is best described in the statement. Write your
answer on the space provided for.

Properties 1. An attribute of an object.


Events 2. It is an incident that happens to the object due to the action of the user.
System.Windows.Forms. 3. The base class of all Window Forms in .Net.
Form 4. An object representing a window that makes up an application’s user interface.
Windows Form 5. It contains set of controls that can be placed on a Form Window to produce a
graphical user interface.
Windows Form Tab 6. It contains several buttons for commonly used commands.
SQL Server Data Tools 7. This is an accessory that allows you to access SQL Server database without using
physical server and without opening Enterprise server or SQL Query Designer.
Start Page 8. It shows a list of project that have been created by you recently.
ToolBox 9. It contains a list of all the controls contained on a form.
Objects 10. It represents the persons, things and concepts that are the subject of an
application.
II. Draw in the box the logo or icon of Microsoft Visual Studio 2010.

III. CONTROL TYPE: Identify the control name of the corresponding buttons or icons. Write
your answer on the space provided for.

CheckBox
Checklist Box ab Button
UNIVERSITY OF SAINT ANTHONY
(Dr. Santiago G. Ortega Memorial)
City of Iriga

JUNIOR HIGH SCHOOL DEPARTMENT

Pointer A Label RadioButton

A LinkLabel
abl TextBox
Timer

IV. Write the suggested prefix of the following controls.

CONTROLS SUGGESTED PREFIX

LABEL lbl

TEXTBOX txt

BUTTON btn

CHECKBOX chk

RADIOBUTTON rdb

LISTBOX lst

COMBOBOX cbo

TIMER tmr

PICTUREBOX pic

DATE TIME PICKER dtp

V. Enumeration:
Three Ways to insert controls to the form.

- Drag the particular control and drop it into the form.

-Double-click the control in the toolbox

-Click on the control in the toolbox, drag the control over the form, and then drop the

control to the form.


UNIVERSITY OF SAINT ANTHONY
(Dr. Santiago G. Ortega Memorial)
City of Iriga

JUNIOR HIGH SCHOOL DEPARTMENT

You might also like