Hi,
I need to know how to play 2 wave files but not at once. They should play one by one. My idea was like this:
My.Computer.Audio.Play("C:\Desktop\sound\1.wav")
My.Computer.Audio.Play("C:\Desktop\sound\2.wav")
The problem here is, that it skips 1.wav and only plays 2.wav. But i want it to play first 1.wav then 2.wav
any suggestion?
I need to know how to play 2 wave files but not at once. They should play one by one. My idea was like this:
My.Computer.Audio.Play("C:\Desktop\sound\1.wav")
My.Computer.Audio.Play("C:\Desktop\sound\2.wav")
The problem here is, that it skips 1.wav and only plays 2.wav. But i want it to play first 1.wav then 2.wav
any suggestion?