Creating the Timer on visual basic

29
Timer on Visual Basic Hayley Ip 11F

description

 

Transcript of Creating the Timer on visual basic

Page 1: Creating the Timer on visual basic

Timer on Visual Basic

Hayley Ip 11F

Page 2: Creating the Timer on visual basic

New project

Page 3: Creating the Timer on visual basic

Name of project

Page 4: Creating the Timer on visual basic

Changing form border style to fixed single

Page 5: Creating the Timer on visual basic

Make the workspace bigger

Page 6: Creating the Timer on visual basic

Add label from toolbox

Page 7: Creating the Timer on visual basic

Change text of label to 0.0

Page 8: Creating the Timer on visual basic

Font of label to 90

Page 9: Creating the Timer on visual basic

Adding 3 buttons

Page 10: Creating the Timer on visual basic

Adding the timer under components

Page 11: Creating the Timer on visual basic

Click on timer, change interval to 1

Page 12: Creating the Timer on visual basic

Changing text of button 1 to start

Page 13: Creating the Timer on visual basic

Changing the other buttons to stop and reset using the same way

Page 14: Creating the Timer on visual basic

Double click on the start button, type in the text below

Page 15: Creating the Timer on visual basic

Click on form design tab, double click on stop button, type in the text below

Page 16: Creating the Timer on visual basic

Click on the form design tab, double click on the reset button, type in the text below

Page 17: Creating the Timer on visual basic

Click on form design tab, double click on timer1, type in text below

Page 18: Creating the Timer on visual basic

Publish the file by clicking my project on the top right

Page 19: Creating the Timer on visual basic

Changing the icon before publishing

Page 20: Creating the Timer on visual basic

Changing jpeg to icon file as my logo for the cube hut is saved as jpeg

Page 21: Creating the Timer on visual basic

After converting, browse in the icon tab

Page 22: Creating the Timer on visual basic

Go to publish

Page 23: Creating the Timer on visual basic

Click on publish wizard

Page 24: Creating the Timer on visual basic

From CD ROM (file is as .exe)

Page 25: Creating the Timer on visual basic

Won’t check for updates, the click finish

Page 26: Creating the Timer on visual basic

.exe file opened from desktop

Page 27: Creating the Timer on visual basic

Make the .exe as a zip file by right click send to compressed (zipped) folder

Page 28: Creating the Timer on visual basic

Uploading timer onto website, click on file, then browse for the zipped folder

Page 29: Creating the Timer on visual basic

Final product