Detect wakeup of Pocket PC

  • Thread starter Thread starter Markus Humm
  • Start date Start date
M

Markus Humm

Hello,

is it possible to detect within a VB .NET CF 1.0 programm whether the
pocket pc has just resumed from standby or supend?

If yes, how? Is there anything like a event for that?

Greetings

Markus
 
Directly no. Depending on the device, you can hook into the power manager
event queue via P/Invoke.

-Chris
 
Hello,

do you have some example of that P/Invoke call?
Would it be the same for all models which have it or would there be
massive differences? And why is there no such general API? Esp. for
communication applications it can be important, they should be able to
resume communication then!

Greetings

Markus
 
Back
Top