Learn Visual Basic 6 VB6 Alarm Clock Part 1

1 year ago
17

Welcome to Learn VB6 basics 6.0
This is tutorial 2 part 1
In this project were going to get a little more advanced so if you have never used Vb6 before then please start at tutorial one,,,
This tutorial is amid towards some one who has just started out but has played around with this software a little before..
Now in this episode were going to be making a alarm clock and this is what its going to look like.
Before we start I'm to walk you thought the basics or the principals behind the working of this
Up the top is a clock witch we learnt how to do in our 1st tutorial
And the 8:45 is our alarm time.
This is basically going to work by starting a timer that keeps asking dose the current time match the time below that we want our alarm to go off at .
When it dose match it will set another timer off and running that calls our .wav file / our alarm sound
And a few other very basic things that i will point our as we go along.
Okays well the very 1st thing you need to do b4 we get started is find your self a wav file that you would like to use as the alarm sound .
So to do this just go to your favoured search engine and type in Alarm wav or bell wav or buzzer wav what ever you like,,
The only constraints u must have is the file extension ends as .WAV as MP3 or WMP will not work the way we are setting up the program.
Another handy hint for you is you can always run search on your Pc and say .W-A-V and u will see hundreds of wav files that you can click on and find one that you like the sound of..
Please make shore when u take a wav file off your PC you don't just take it.
Make shore you right mouse click copy and then past it in your folder that you want to store this project in on your desk top..
Then down put it in a folder that you have called say alarm clock.
The wav file must be kept in the same folder as the project so it can find it that is very important.
So put this on pause and come back after u have a wav file ready to use.

Loading comments...