Several options.
1. You could write a service that sets a timer running and checks the time.
Would use some resources but shouldn't too be bad. It could then trigger
events at your specific time.
2. You could add a scheduled task (via Scheduled Tasks). This can be
configured to wake at a particular time and execute your specific
application(s). It supports running at a particular time and also NT
authentication for the process.
Depends on how accurate you want want the event to be. 2 would probably be
the easiest to achieve as in 1 you would be essentially writing your own
scheduling application.
- Andy
"Rajat Tandon" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hi,
>
> I want to know if the day has finished on the local machine (i.e. - Ticked
> 12 night) and want to generate an event, So that we could take some
> actions
> on the basis of it. (e.g. clearing the counters etc)
>
> What is the standard way of doing this?
>
> Regards,
> Rajat.
>
>
|