Anyone know how to play sounds .wav files in Compact .NET ?

Dec 7 2003 7:38 AM
Hello I want to play .WAv files in my Compact .NET aplication on a PC2002 platform. I have tried the [DllImport("winmm.dll")] public static extern long PlaySound(String lpszName, long hModule,... ) But this api or dll is not supported in Compact. So How is it done ? Ay suggestions welcome Thanks Julian

Answers (1)