C
Ciaran
I would like to know if it is possible to use theOpenNETCF
RunAppAtTime method to wake my app. at a certain predefined time. I
know this method is used to launch an app. at a predefined time but
can I set it to launch the currently running app. since with the
Pocket PC this will just mean re-activating the app. The reason I
would like to do this is that suspend is preventing the timer in my
app. from running (as expected) so I'd like to wake the app. from the
suspend state.
e.g. if my app is called test.exe can I call
RunAppAtTime("test.exe",dteSomeDate);
RunAppAtTime method to wake my app. at a certain predefined time. I
know this method is used to launch an app. at a predefined time but
can I set it to launch the currently running app. since with the
Pocket PC this will just mean re-activating the app. The reason I
would like to do this is that suspend is preventing the timer in my
app. from running (as expected) so I'd like to wake the app. from the
suspend state.
e.g. if my app is called test.exe can I call
RunAppAtTime("test.exe",dteSomeDate);