'Your system support sound card
'Your system support sound card
Rate 'Your system support sound card
(2(2 Vote))
nDev = waveOutGetNumDevs()
If nDev > 0 Then
MsgBox "Your system supports a sound card.", vbInformation
Else
MsgBox "Your system cannot play Sound Blaster Files.", vbInformation
End If
'Your system support sound card Comments
No comments yet — be the first to post one!
Post a Comment