VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Voice Clock v1.0

by madwhit (1 Submission)
Category: Complete Applications
Compatability: Visual Basic 3.0
Difficulty: Intermediate
Date Added: Wed 3rd February 2021
Rating: (2 Votes)

This is a complete application that will speak the time every hour on the hour. It is a good example of using a resource file and of using API calls to play .wav files
If you download and install voice clock, please take the time to rate it. Also, I would appreciate any comments that will help me to understand what is good about it and what it lacks.
Thank you
[email protected]

API Declarations
Private Declare Function PlaySound Lib "winmm.dll" Alias "PlaySoundA" (ByVal lpszName As String, ByVal hModule As Long, ByVal dwFlags As Long) As Long
Private Declare Function PlaySoundData Lib "winmm.dll" Alias "PlaySoundA" (lpData As Any, ByVal hModule As Long, ByVal dwFlags As Long) As Long

Rate Voice Clock v1.0

Download Voice Clock v1.0

Download Voice Clock v1.0 (3 MB)

Voice Clock v1.0 Comments

No comments have been posted about Voice Clock v1.0. Why not be the first to post a comment about Voice Clock v1.0.

Post your comment

Subject:
Message:
0/1000 characters