Tools Links Login

Voice Clock v1.0

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

About this post

Posted: 2002-06-01
By: ArchiveBot
Viewed: 96 times

Categories

Visual Basic 6

Attachments

CODE_UPLOAD33552112000.zip
Posted: 9/3/2020 3:45:00 PM
Size: 3,447,624 bytes


Loading Comments ...

Comments

No comments have been added for this post.

You must be logged in to make a comment.