|
|
Events
Handling different kind of system events (not user events) like power-on, power-off, etc.
Articles at Pocket PC Developer Network
MS Knowledge base
-
Q276556 - HOWTO: Launch Device-Side Applications at System Events
2/3/2001.
The CeRunAppAtEvent API function allows developers to launch an application when a specified event occurs. Such events include the following: When a PC Card device is changed, When a full device data restore completes, When an RS232 connection is made, When data synchronization finishes, When the system time is changed, When the time zone is changed, When the device wakes up
Questions and Answers at www.cegadgets.com
Innovative Decision Support Systems
-
Using CeRunApAtEvent in eVB
9/16/01.
CeRunAppAtEvent is a useful API call that can be used to launch an app when the device finishes syncing, loses AC power, comes back from sleep mode and several other events. In this quick code snippet, Chris Tacke shows all of the available constants and how to use them
Libraries
-
Timer
ActiveX control.
Timer ActiveX Control will also keep the device from going into suspend mode when running a program without user input.
|