VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Detect if computer has a sound card that plays wave audio

by Anonymous (267 Submissions)
Category: Sound/MP3
Compatability: Visual Basic 4.0 (32-bit)
Difficulty: Unknown Difficulty
Originally Published: Wed 25th November 1998
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Detect if computer has a sound card that plays wave audio

Rate Detect if computer has a sound card that plays wave audio




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

Download this snippet    Add to My Saved Code

Detect if computer has a sound card that plays wave audio Comments

No comments have been posted about Detect if computer has a sound card that plays wave audio. Why not be the first to post a comment about Detect if computer has a sound card that plays wave audio.

Post your comment

Subject:
Message:
0/1000 characters