I have added and mediaplayer control to my c# application, and I can make it play a .wma song. My problem is that i want to see if the player is playing. Is there an event that I can use? Or is it a way I can see for how many seconds a song has been playing?
A:
Yes, you can check the PlayState property or handle the PlayStateChange event.
JP Alioto
2009-06-22 19:41:46
Thank you. Just what I needed
CruelIO
2009-06-23 05:37:26