A
ajit goel
Hi everyone;
We have a requirement to run an event at 12.00 pm. We have used the
System.Windows.Timer object to set the interval for the timer
object(to run the event at 12.00 pm).
But if the Pocket PC goes into the "sleep" mode, the event does not
fire.
The Power management in the control panel should not be changed from
the set system default values.
Proposed solution: Register an event on the application's main
thread.The event will be activated when the application's main thread
gets started.
How can this requirment be met??.
I would appreciate all your help\comments.
Configuration:
Compact Framework.
Windows CE 4.2
Kind Regards;
Ajit Goel
We have a requirement to run an event at 12.00 pm. We have used the
System.Windows.Timer object to set the interval for the timer
object(to run the event at 12.00 pm).
But if the Pocket PC goes into the "sleep" mode, the event does not
fire.
The Power management in the control panel should not be changed from
the set system default values.
Proposed solution: Register an event on the application's main
thread.The event will be activated when the application's main thread
gets started.
How can this requirment be met??.
I would appreciate all your help\comments.
Configuration:
Compact Framework.
Windows CE 4.2
Kind Regards;
Ajit Goel