Hello, I'm new in programming , and i have a little problem with sounds in my VB 2005 project. In my current application I want to play 2 sounds together. I place two buttons with this code:
1st button: PlaySSound.My.Computer.Audio.Play("MySound1.wav")
2nd button: PlaySSound.My.Computer.Audio.Play("MySound2.wav")
The first played sound stops immediately when i start the other one.
Is it possible to make them play together.
Thank you in advance!
1st button: PlaySSound.My.Computer.Audio.Play("MySound1.wav")
2nd button: PlaySSound.My.Computer.Audio.Play("MySound2.wav")
The first played sound stops immediately when i start the other one.
Is it possible to make them play together.
Thank you in advance!