I tried to use System.Media.SoundPlayer
and My.Computer.Audio.Play()
but both of them cannot work in window service!
Any other method to process audio file from visual basic with window service?
Asked
Active
Viewed 75 times
0

Raktim Biswas
- 4,011
- 5
- 27
- 32

ckho92
- 3
- 3
-
this might help: http://stackoverflow.com/questions/2143439/play-wave-file-from-a-windows-service-c – Raktim Biswas Jul 04 '16 at 11:46
-
1Problem solved, thank you very much! – ckho92 Jul 11 '16 at 09:30