Alarm every N hours

  • Thread starter Thread starter Erick Sasse
  • Start date Start date
E

Erick Sasse

WM5, .NET 2.0.
What's the best way to create an alarm that will fire every N hours?

Thanks!
 
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
 
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

Thanks Chris. Why the notification sample (that I've found in the
opennetcf vault) is not included in the samples installer?
 
Back
Top