VB3 How to Detect If Your Computer Has a Sound CardLast reviewed: January 9, 1997Article ID: Q123974 |
The information in this article applies to:
- Standard and Professional Editions of Microsoft Visual Basic for Windows, versions 2.0 and 3.0
SUMMARYIt is often useful to be able to detect if a system has a sound card capable of playing back wave audio data (.WAV files). This article demonstrates how to do this.
MORE INFORMATIONThe multimedia Application Programming Interface (API) has a function, waveOutGetNumDevs(), which returns the number of devices in the system capable of playing back wave audio data.
Step by Step Example
|
KBCategory: kbprg kbsound
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |