VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Voice Clock v1.0

madwhit  (1 Submission)   Complete Applications   Visual Basic 3.0   Intermediate   Wed 3rd February 2021

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 (2(2 Vote))

Download Voice Clock v1.0

Voice Clock v1.0 Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters