Play sound clip for event
How do you code in a sound clip when any certian event occurs?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
jcity444Posted Oct 9, 2003, 9:37 PM
[DllImport("winmm.dll")] public static extern long PlaySound(String lpszName, IntPtr hModule, Int32 dwFlags);-Mike