In c#/wpf I added a progressbar and mediaelement to my window. The idea was that progressbar is displaying how much is been played in the mediaelement.
I tried it wi
There is a wrapper library called Gu.Wpf.Media in GitHub that handles all the problems of the MediaElement and brings more.
MediaElement
It supports binding to Position property via TwoWay binding out of the box. No need to hassle with timers.
Position
TwoWay