Suggestions on a technique for playing a very brief sound effect ('a
click') without using ??chr(7) and SET BELL TO 'file'? The sound effect
is designed to reinforce a user action and can be optionally disabled by
the user. An asynch solution would work best.
Are mciSendString(), sndPlaySound() or MessageBeep() my only options?
Any tips on which of these api calls works best for a brief sound
effect.
Research:
1. On Windows NT, 2000, and XP the mciSendString("open...") command is
extremely slow.
http://www.codeguru.com/Cpp/G-M/multimedia/audio/article.php/c4715/
2. sndPlaySound()
http://www.news2news.com/vfp/?example=251
Thanks,
Malcolm
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
** All postings, unless explicitly stated otherwise, are the opinions of the
author, and do not constitute legal or medical advice. This statement is added
to the messages for those lawyers who are too stupid to see the obvious.