I am building a Music Player with the NAudio Library. Now it's time to build a clock for the current Time.
Actually my way of doing this, is by binding the Text Property of a Textblock to the CurrentPosition Property (which gives me, who would have given a thought to this, a TimeSpan object consisting of the current position). I want to convert it through an IValueConverter. Because the library doesn't fires a PropertyChanged Event Iam not really sure, what I can do now.
Thank you in advance.