turning on a windows ce device from suspend mode at a set time

  • Thread starter Thread starter JamesWPierce
  • Start date Start date
J

JamesWPierce

Hi all,

I have a windows ce device that the user may leave unattended. after
several minutes the device will go into suspend mode. I would like to
make the device wakeup automatically at one hour intervals and alert
the user to place the device in its cradle if it is not in the cradle.

How can I make the device come out of suspend mode at a specified time.
Can it be done?

Thanks
 
CeRunAppAtTime(). How, exactly, you need to wrap this API call to use it
from managed code has been discussed before. Check the archives via
groups.google.com.

Paul T.
 
Back
Top