Timer in WPF using VB.NET

This article demonstrates how to implement timer in WPF using the DispatchTimer class using VB.NET.
  • 19806
 

This article demonstrates how to implement timer in WPF using the DispatchTimer class.

In this article and the attached project, I am going to create a WPF application that has a ListBox control and this control is being updated every second with current time.  The application looks like Figure 1.