Task 1 VB12

You might also like

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

RAHMAD SUDIRMAN TA12016

TASK 1 : CREATE A SIMPLE APP THAT DISPLAYS TEXT AND AN IMAGE.

DESCREPTION:
1.
2.
3.
4.
5.
6.

Open visual basic, click new project then windows forms application
At the properties click text. Change form1 to ASimpleApp. Then press enter .
View > toolbox > label
Click Label1 then at the properties (Text) change Label1 to welcome to visual basic!
Change the font.
Toolbox > pictureBox> Properties > image > arrow displays > project resource file > import >
pictures > ok.
7. Properties > sizemode > arrow displays > stretch Image
8. To run the project, click start.

RAHMAD SUDIRMAN TA12016

TASK 2 : CREATE THE GUI FOR THE CALENDER.

DESCREPTION:
1.
2.
3.
4.
5.
6.
7.
8.

Open visual basic, click new project then click windows forms application
At the properties click text. Change form1 to My Scheduler life or anything. Then press enter.
View > toolbox > label
Copy it for another one.
At the properties click text. Change label1 to Calendar and label2 to appointment.
View > toolbox > monthcalendar
View > toolbox > RichTextBox
Arrange it and run program.

RAHMAD SUDIRMAN TA12016

TASK 3

DESCREPTION:
1.Using file Task 1
2.double click at label1 (welcome to basic visual)
3.type Label1.Text = Visual Basic is fun! under private sub Label 1.....
4.run it.
5.click start then click at the word.
6.Welcome to Visual Basic ! will change to Visual Basic super fun!

RAHMAD SUDIRMAN TA12016

TASK 4

DESCREPTION:
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
11.
12.
13.
14.

Open visual basic, click new project then click windows forms application.
At the properties click text. Change form1 to Addition. Then press enter.
View > toolbox > label1, label2, label3.
View > toolbox > textbox
Click on label3 >Properties > autosize > arrow displays > false
Then Properties > borderstyle > arrow displays > fixed 3D
View > toolbox >textbox1
At the properties (text), delete textbox1 then press enter.
View > toolbox > textbox2
At the properties (text), delete textbox2 then press enter.
Arrange the textboxes side by side
View > toolbox > button
At the properties (text), change button to add
Then click start to run .

RAHMAD SUDIRMAN TA12016


TASK 5

DESCREPTION :
1. Using file task 4, double click on label3 design then will come out the coding.
2. Enter coding just like picture above.
3. Then run it.

You might also like