Capture Resume from Sleep

  • Thread starter Thread starter Erik
  • Start date Start date
E

Erik

Is there a method to capture the event when the device wakes up from
going to sleep using .net?
 
There's really no way to get that n native code either. The best woraround
off the top of my head is a simply C program registered with CeRunAppAtEvent
that sets a system event (and re-registers itself).

-Chris
 
Back
Top