Detect wakeup of Pocket PC

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
 
G

Guest

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

-Chris
 
M

Markus Humm

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top