VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



AlarmClock.ZIP

by \\blast cannon// (1 Submission)
Category: Complete Applications
Compatability: Visual Basic 3.0
Difficulty: Beginner
Date Added: Wed 3rd February 2021
Rating: (3 Votes)

This is a very simple way to learn some basics about time/dates and using Timer controls. Many comments explaining almost every line of code. Contains the .exe, .vbp, .vbw, and .frm files for full and complete use and revision.

Inputs
You must only give it a time for the alarm to go off; also supports input of a message to remind you what the alarm was for! Handy for busy people and if you have trouble remembering things, like i do.
Assumes
This is a small program and does not do anything incredible or fascinating. It will not trake over the world or make you on time for everyhting, but it might help. It was originally designed to be used as an instructional tool, because it is very simple and almost completely documented.
Code Returns
It returns the reminder that you wanted and beeps to notify you.
Side Effects
Multiple copies can be run at any time; does not cause any noticible errors or problems, but under heavy system demands can cause the system clock to slow down (because it calls the clock every 1/2 second to verify the time).
API Declarations
Dim AlarmTime As Variant
Dim Message As String

Rate AlarmClock.ZIP

Download AlarmClock.ZIP

Download AlarmClock.ZIP (2 KB)

AlarmClock.ZIP Comments

No comments have been posted about AlarmClock.ZIP. Why not be the first to post a comment about AlarmClock.ZIP.

Post your comment

Subject:
Message:
0/1000 characters