I am making a program in VB6 and I want to know, how do I play a sound...
otehr than the Beep. Could someone please hemlp me with this, as I would
greatly appreciate it.

Signature
Donald
Karl E. Peterson - 14 Jun 2005 23:11 GMT
> I am making a program in VB6 and I want to know, how do I play a
> sound... otehr than the Beep. Could someone please hemlp me with
> this, as I would greatly appreciate it.
You might find this instructive? http://vb.mvps.org/samples/SysSnd

Signature
Working Without a .NET?
http://classicvb.org/petition
Veign - 15 Jun 2005 01:14 GMT
Adding to Karl. This demo shows how to play a WAV file located in a
Resource file. The file is played from memory and does not have to be
created on the users computer
Play a WAV file located in a Resource file:
http://www.veign.com/vrc_codeview.asp?type=app&id=128

Signature
Chris Hanscom - Microsoft MVP (VB)
Veign's Resource Center
http://www.veign.com/vrc_main.asp
--
> I am making a program in VB6 and I want to know, how do I play a sound...
> otehr than the Beep. Could someone please hemlp me with this, as I would
> greatly appreciate it.