OpenNETCF.Win32 question - RunAppatTime

  • Thread starter Thread starter Mobileboy36
  • Start date Start date
M

Mobileboy36

Hi Group,

I want to use RunAppatTime to wake up my device at a given time.
1) Can I use RunAppatTime for this purpose?
2) Where can I find RunAppatTime in the community edtion 2.1?
I can't find OPENNETCF.Win32.Notify and I can't find
OPENNETCF.Win32.RunAppatTime

The namespace OPENNETCF.Win32 only contains RegistryHelper class, namespace
SafeHandles and SystemTime.

Does anyone have a working example from how to wake up the current
application at a given time and excute a piece of code at that time?

Best regards,
Mobile boy
 
This is now under the OpenNETCF.WindowsCE.Notification namespace in the
OpenNETCF.WindowsCE assembly.

--Neil
 
Thank you Neil...
Do you have a little example (in VB.NET) using SetNamedEventAtTime?
Thanks
 
Back
Top