How do I create a timer in WPF?

前端 未结 2 443
独厮守ぢ
独厮守ぢ 2020-11-29 01:12

I am a newbie in timer in wpf and I need a code that every 5mins there is a message box will pop up. .can anyone help me for the simple code of timer.

That\'s what

2条回答
  •  粉色の甜心
    2020-11-29 02:01

    Adding to the above. You use the Dispatch timer if you want the tick events marshalled back to the UI thread. Otherwise I would use System.Timers.Timer.

提交回复
热议问题