Help on playing waves in VB.NET
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
Hello. I am making a wave player with a playlist, and I'm using the My.Computer.Audio object to play wavs. So I was wondering if there's any method or something that can tell me when a sound is not playing? So I can write code for making it play the next wave in the playlist when the preciding is finished playing. :) Thanks in advance :) ---- Dim Sleepy as Boolean = True If Me.Sleepy = True Then Goto Sleep End If ----