E
Erick Sasse
WM5, .NET 2.0.
What's the best way to create an alarm that will fire every N hours?
Thanks!
What's the best way to create an alarm that will fire every N hours?
Thanks!
Fabien said:Use a timer : System.Threading.Timer.
You need a notification. CeSetUserNotification or CeRunAppAtTime are
the native calls that need to be P/Invoked. These are available in
the SDF as part of the Notification classes.
www.opennetcf.org/sdf