| Author: Mohammed Khaja Najmuddin 29 Nov 2008 | Member Level: Gold | Rating:  Points: 2 |
It is easy .In schedular give your service location.when you start a service .it is present windows services.
|
| Author: Pavani 29 Nov 2008 | Member Level: Gold | Rating:  Points: 1 |
Your application can be added to task scheduler or startup services...
|
| Author: saravanan 29 Nov 2008 | Member Level: Silver | Rating:  Points: 4 |
Hi, while creating the window service, you need to add the timer control and set the timer interval on which duration your function should get executed, either you can write direcly on code or add this setting in config file and read from it.
hope this helps
|