- Home
·
- Sound/MP3
·
- Detect if computer has a sound card that plays wave audio
Detect if computer has a sound card that plays wave audio
Detect if computer has a sound card that plays wave audio
Rate Detect if computer has a sound card that plays wave audio
(3(3 Vote))
i = waveOutGetNumDevs()
If i > 0 Then ' There is at least one device.
MsgBox "You Can Play Wave Data"
Else
MsgBox "Cannot Play Wave Data"
End If
Detect if computer has a sound card that plays wave audio Comments
No comments yet — be the first to post one!
Post a Comment