开发者

Trigger event on Windows Mobile 6 in C#

How can I trigger a time event on a Windows Mobile 6 app to check my database every five minutes? I'm looking for something like that done in the System.Tim开发者_如何学Pythoners namespace.


There is the System.Threading.Timer, or the Windows.Forms.Timer. If neither of those work, the SDF has a LargeIntervalTimer as well as a precision Timer2.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜