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
Peter Foot [MVP] - 24 Jan 2006 11:41 GMT
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

Signature
Peter Foot
Windows Embedded MVP
www.peterfoot.net | www.inthehand.com
> Dear All,
> I have a program which plays a sound at a specified time, maybe device is
[quoted text clipped - 4 lines]
>
> Tamer Hesham