PDA

View Full Version : Programming question: Scheduling events in code


json84
3rd February 2009, 07:46 PM
So I'm trying to write an application that changes the volume of my phone at given points in time. I know that there is atleast one application that already does exactly this, but where's the fun in downloading (and paying for) it? I want to do it myself :)

The only part of the application that is missing is that I want it to be able to schedule these events somehow. I don't want it running in the background eating extra battery/cpu power. My phone runs Windows Mobile 6.1 Professional. I'm writing the app in C#, but it doesn't really matter what language you answer in.

So does anyone here know how to do this or maybe has a suggestion on where I could look for an answer?
Any help is greatly appreciated!

/Json84