Hello all.
Here is what I am looking to accomplish from my windows application (.NET 3.5/C#). The app is used for scanning barcodes. I need to play different audio files for different scenarios: For now, it could be one audio file for a successful scan and another one for a failure.
What's the best way to accomplish this? Is it better to include the audio files inside Resources.resx?
Thanks.
Start Free Trial