Hello, Just a quick question, I searched the messageboard for this one but nothing was found...
I have a program with a module that handles a realtime clock that times events in a round robbin tournament... It handles data collection and other info...
The problem is this needs to run unattended while the device is on battery power... And the sleep timer keeps shutting the machine off...
This is a problem... because all processing pauses till it is turned back on, and there is a gap in the timing and data collection which breaks everything...
I need a way to reset the "sleep timer" on the machine so that it never sleeps as long as my program is running...
I know you can do that in the palm version, but how do I do it on wince?
Also... on a side note... I noticed that my backlight kicks out whenever certain dialogs pop up (alerts mainly). Is there a way to fix this too?
Thanks