本文介绍了定时器/报警/提醒的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个Windows应用程序(多个屏幕,菜单项)。现在我需要在定期间隔后打开一个弹出窗口提醒用户采取某些动作或行动。

定时器需要在应用程序启动时初始化。

谢谢

I have a windows application(Multiple screens,Menu items). Now i need to open a popup after regular interval reminding user to take certain action or do actvity.
Timer need to be initialized at start of the application.
Thanks

推荐答案


这篇关于定时器/报警/提醒的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-19 01:25