Voice Clock v1.0

By | 2002-06-01

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
madwhit@netzero.net

Original Author: madwhit

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

Attachments

FileUploadedSize
CODE_UPLOAD33552112000.zip9/3/2020 3:45:00 PM3447624
Author: dwirch

Derek Wirch is a seasoned IT professional with an impressive career dating back to 1986. He brings a wealth of knowledge and hands-on experience that is invaluable to those embarking on their journey in the tech industry.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.