Question

Simple Request - I want to be able to display the current time within my WPF application window. Are there free controls out there for this? Just need to display the time, nothing else.

OTHER TIPS

Have a look at this project over at CodeProject.

You could have a label or a text block and have its content bound to System.DateTime.Now

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top