machinogodzilla
Active member
- Joined
- Mar 3, 2007
- Messages
- 25
- Programming Experience
- Beginner
Hi!
I use a function
to play a sound in my program. The problem is that anything else cannot
be done by the program until the sound has finished. Even the timer waits
patiently and stops ticking.
Any solution?
Regards,
machinogodzilla
I use a function
VB.NET:
Function PlayWav(ByVal fileFullPath As String) As Boolean
My.Computer.Audio.Play(fileFullPath, AudioPlayMode.WaitToComplete)
End Function
be done by the program until the sound has finished. Even the timer waits
patiently and stops ticking.
Any solution?
Regards,
machinogodzilla