You are on page 1of 20

3.

Construct a simple program in Form 2


a. The Form 2 should contain the following elements

i. At least three (3) labels

Label

ii. At least four (4) picture box

Picture box
iii. At least four (4) Radiobuttons

Radio buttons

iv. At least two (2) Buttons

Buttons
v. One (1) GroupBox

GroupBox

vi. Name Form 2 as: “SIMPLE PROGRAM WITH BASIC OBJECT CONTROL”
4. Construct a Dialog Boxes program in Form 3.
a. The Form 3 should contain the following elements:

i. At least two (2) labels

Label

ii. At least three (3) buttons

Buttons
iii. Two (2) dialog boxes
iv. Name Form 3 as: “DIALOG BOXES PROGRAM”
5. Construct a Message Box and Input Box program in Form 4.
a. The Form 4 should contain the following elements :

i. At least two (2) labels

Label

ii. At least three (3) buttons

Button
iii. One (1) Picture Box

Picture Box

iv. Use Message Box and Input Box in application

Message Box

Input Box
v. Name Form 4 as: “MESSAGE BOX & INPUT BOX PROGRAM”
Linking Button

Linking form 1 to form 2

When the ‘File’ Button is clicked in


the form 1 it opens up Form 2

Linking form 2 to form 3

When the ‘Next’ Button is clicked in


the form 1 it opens up Form 3
Linking form 3 to form 4

When the ‘Next’ Button is clicked in


the form 1 it opens up Form 4
Prefixes of Form1

 Form

 Menustrip

 Submenu
Prefixes of Form2

 Form

 Label

 Radiobutton
 Groupbox

 Button
Prefixes of Form3
 Form

 Label

 Button
Prefixes of Form4

 Form

 Label

 PictureBox
 CheckBox

 Button
Codings and comment from form 1

If the user click submenu in menustrip that has


been renamed as ‘new’ it will open to form2 .

Codings and comment from form 2

If the user click on ‘back’ button it will close the


If the user click on ‘ next’ button it will open to
form 2 and will back to form1 .
form3 .
Codings and comment from form 3 If the user click on ‘back’ button it will close the
form 3 and will back to form2 .

If the user click on ‘choose file’


button it will automatically open
computer files to make user to
choose form to upload .

If the user click on ‘choose file’ button it will If the user click on ‘next’ button it will open to
automatically open computer files to make user form4 .
to choose form to upload .

Codings and comment from form 4

If the user click on ‘Exit’ button it will show


input box and the user have to answer the
question on it. Once answer the user can click
on ‘Ok’ button or ‘Close’ button and it will show
the message box.

If the user click on ‘back’ button it will close the


form 4 and will back to form3.

If the user click on ‘Submit’ button it will show ‘you


have successfully registered ‘ in message box.
Conclusion

In this project 1 I and my teammate have learned how to use dialog box, message box, input box, menustrip and etc. Moreover I have
successfully create multiples form using the requirements in the rubric. Because of this it makes us easy to finish other task same as this
project. Thank you!:)

You might also like