VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Plays a WAV file the easiest way. Nine lines of easy code.

SpudSoft  (2 Submissions)   Sound/MP3   VB 6.0   Unknown Difficulty   Fri 21st November 2003   Mon 8th February 2021

Plays a WAV file the easiest way. Nine lines of easy code.

API Declarations



Const SND_SYNC = &H0
Const SND_ASYNC = &H1
Const SND_NODEFAULT = &H2
Const SND_LOOP = &H8
Const SND_NOSTOP = &H10

Rate Plays a WAV file the easiest way. Nine lines of easy code. (2(2 Vote))
Plays a WAV file the easiest way. Nine lines of easy code..bas

Plays a WAV file the easiest way. Nine lines of easy code. Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters