amitairoa Posted July 16, 2008 Posted July 16, 2008 Hi! I'm new here. I have a WPF C# project, in which there's a "media player" for audio that I made with the WPF media element control. I have play, pause and stop controls which work fine. I want the player to have a progress bar like in Windows Media Player that shows the progress of the audio file playing, and the user can also click on the bar to jump to certain parts of the audio. I tried using a progress bar control and a timer- but I didn't really succeed in creating the progress bar for my media player. Can someone please help me? Please reply. Thanks!:) Quote
Nate Bross Posted July 16, 2008 Posted July 16, 2008 this.Peek(); http://www.codeproject.com/KB/WPF/WPF_Media_Player.aspx Quote ~Nate� ___________________________________________ Please use the [vb]/[cs] tags on posted code. Please post solutions you find somewhere else. Follow me on Twitter here.
amitairoa Posted July 17, 2008 Author Posted July 17, 2008 Thanks! I looked at that. But in that media player the slider doesn't move throughout the movie- like the progress in Windows Media Player, you can only click on it to jump to a part of the movie- that's only half of what I want... Thanks anyway... Any more ideas? Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.