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.
精彩评论