Re: Alarm Event

Tech-Archive recommends: Fix windows errors by optimizing your registry



How accurate does it have to be? You might be able to use CeRunAppAtTime()
(search the archives), to do something like this, although once per minute
isn't really what it was designed for. It's not going to be accurate enough
to say that it fired during the first second of each minute.

Why would you need to check the system time every minute?

Paul T.

"Tamer Hesham" <TamerHesham@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:0E666BA0-D962-4C6F-B485-9CD0597A66AA@xxxxxxxxxxxxxxxx
> Hi All,
> I have a program that must check system time every 1 minute, Is there a
> way
> to do this without using the Timer tick event, as in timer when i enabling
> it, it may not at zero second, but i want the time checking be at zero
> second
> (at the begining of the minute), so is there an eveny fired at a certain
> time
> i can set ?
> Thanks in advance
> Regards
>
> Tamer Hesham


.