Periodically starting an applicaiton
Hi. I'm using VC2005 and CF 2.0 to develop a Smartphone application.
I need a method to periodically start an application. For example, I want an application to automatically startup once a month, do its job, then exit. And then do it all again the next month.
Is there anything like a task scheduler in Windows Mobile? Or any other suggestions?
Thanks,
Tony
Surely using CeRunAppAtTime and CeRunAppAtEvent using Time change notification we can launch our application at particular time / timed event.
I had tried using CeRunAppAtTime it is working properly for the set time.Then again I need to modify its time/Schedule new time.Is there any way it can be done automatically like registring an app to launch every day at some specified time.
Problem is if i want to launch it perodically and want to register my app for the event how could i change the time?Also if i am using Time change Notification how could i made it to launch for only once a day .
I am trying to implement a application which we need to register only once against a changing time/Time changed event( say once in a week ) .
Can you plz put some light on these.
A code snippet i useful.
Reply Awaited
Thanks and Regards
Swapnil Mahankal