Windows Media Player
-
Anyone know if it is possible to montior the stop, pause and play button controls on the WMP ? I need to know when the user clicks the stop button. I cannot just rely on the PlayStateChange event either, since the player will enter the WMPPlayState.wmppsStopped state at the end of a song. Thanks for any help you may have....
-
Anyone know if it is possible to montior the stop, pause and play button controls on the WMP ? I need to know when the user clicks the stop button. I cannot just rely on the PlayStateChange event either, since the player will enter the WMPPlayState.wmppsStopped state at the end of a song. Thanks for any help you may have....
The states that it goes through are different, I think, but you can also check the position within the track, to see if it stopped at the end. Christian Graus - Microsoft MVP - C++