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!
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!