Hi,
I am using DispatcherTimer in my WPF application, following is the link from where I learned it
http://msdn.microsoft.com/en-us/library/System.Windows.Threading.DispatcherTimer.aspx#Y1710
Now problem is I cant make it available outside the procedure, and declaring it globally throws error.
Is there any way to make it global?
Or any other way to use timer in WPF?