Hey i want to make a multi alarm!
It should have decided times to go on. like 19:30 19:50 20:20 etc.
And it should max my application when alarm goes on.
Lets start with that, please help me and describe your code or tutorial =) Thanks!!!
Printable View
Hey i want to make a multi alarm!
It should have decided times to go on. like 19:30 19:50 20:20 etc.
And it should max my application when alarm goes on.
Lets start with that, please help me and describe your code or tutorial =) Thanks!!!
I don't think you will get great responses by simply asking for chunks of code. What have you tried already and why is it not working? This is a pretty simple thing to do, you design your app to run in the system tray and just check the system time in a background thread. There are other ways to approach this, but I would just start with the most simple thing that works.
I did some seaching but really couldnt find anything useful. :/
But yeah asking for code maybe was a little to much.
Ill ask it this way then: If anyone see a tutorial on how2 create a such multi alarm, please write in this thread!
uhm you can use window service to do this task.
An other way, in your application you can use TimeTick to do this task.
A question for you. Can you make a single alarm ?
I googled, problem solved