Playing sound while device turned of

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Dear All,
I have a program which plays a sound at a specified time, maybe device is
turned off at this moment, so how could i play the sound while device is
closed and without opening the device.
Thanks in advance
Regards

Tamer Hesham
 
You could use CeRunAppAtTime or CeSetUserNotificationEx to schedule the
device to wakeup and run your code at a specific time (See
OpenNETCF.Win32.Notify for using these from managed code). With
CeSetUserNotificationEx you can create a notification which plays a single
..wav file without writing your own app to run at that time.

Peter
 
Back
Top