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
File | Uploaded | Size |
---|---|---|
CODE_UPLOAD33552112000.zip | 9/3/2020 3:45:00 PM | 3447624 |