Click here to Skip to main content
15,886,006 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
When i press 1 button the sound starts playing,but after pressing another one it is iterrupted by the second .How can i avoid this?(c#):confused:
Posted
Updated 24-Mar-10 12:51pm
v2

Well, given you didn't post any code, it's hard to comment on how to fix it. However, I did google, and found this[^] in seconds.
 
Share this answer
 
well,i have sloved this problem
using WMPLib;

WMPLib.WindowsMediaPlayer Do1 = new WMPLib.WindowsMediaPlayer();

Do1.URL = fullAppPath + "\\PianoDo#.wav";
but how can i record???
 
Share this answer
 
well)))i havn`t seen your answer)))only now)
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900