|
-
February 17th, 2000, 01:40 AM
#1
Sound effects
Is there a way to create a custom sound in VB? Aside from the Beep statement, how will I create a custom sound if, for instance, I'd like to accompany the showing of an error message with a sound? Other languages have this command/code. Clipper, for instance, has Tone(). Thanks in advance.
-
February 17th, 2000, 08:41 AM
#2
Re: Sound effects
Why don't you try putting a Microsoft Multimedia Control and then OPen whichever sound you want with it.I once tried it and it worked fine
-
February 17th, 2000, 09:07 AM
#3
Re: Sound effects
There's code at http://codeguru.developer.com/vb/articles/1763.shtml that shows how to play just about any kind of sound file (wav/midi etc).
Chris Eastwood
CodeGuru - the website for developers
http://codeguru.developer.com/vb
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|