Report VB Lab 1

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 8

LEARNING OUTCOMES (LO):

1. : Design an application programs based on the standard procedure of Visual Basic


Programming.
2. : Build Visual Basic language programs using standard Visual Basic programming format for
practical works and assigned mini project
3. : Demonstrate good ability in managing a well-defined software based project In a cost
effective manner

OBJECTIVE
1. : To introduce students with the Visual Basic programming environment.
2. : To apply the knowledge of Visual Basic styles and criteria in designing user
interface. 3. : To construct, compile and run Visual Basic program.

THEORY
2.5 Apply the styles, object control and event procedure in user interface concepts
2.5.1 Apply single and multiple interface style in Visual Basic
2.5.2 Use the objects control with associated properties, method and events procedure in
designing interface
2.5.3 Construct code program for the particular object

EQUIPMENT / TOOLS

PC with Microsoft Visual Basic 2015-2019


RESULT :

Step 1 :
Step 2 :

If the “HELLO
The “HELLO WORLD” is a WORLD”
button. button is
clicked , the
output will be
like this :

If the “EXIT” button is clicked, the


program will be ended.
If the “PRESS” button is clicked, the output will be like this :

Or if the “TEXT” button is clicked, the output will appear like this :
STEP 3 :
The output of the calculation is true.
3+2=5
3–2=1
3x2=6
3 / 2 = 1.5
3² = 9
STEP 4 :

You might also like