I have some code that uses the Timer object but it doesn't always work
correctly. My code grabs the time when the program is run and determines
how many minutes and seconds are left until the next hour. A timer event
is fired on the hour that kills the current timer and creates a new timer
th
Here is some output that gets written within the Timer event when it is fired:
It is now 08:41:24
Update in 18:36
in Update Data
killing timer after 108 seconds
setting new timer for every hour
updated data here at 09:00:00
in Update Data
updated data here at 10:00:00
in Update Data
updated d
Does it do anything else besides use the timers to trigger events? I'm
wondering if it gets hung up somewhere else in the code that you can maybe
add a DoEvents() or Update()
-Original Message-
From: Jonathan Southwick [mailto:[EMAIL PROTECTED]
Sent: Thursday, January 16, 2003 12:28 PM
To:
There are other events that usually get triggered but they do not get
triggered during this test I am doing because the application is sitting on
the taskbar while all this is happening.
Jonathan
At 1/16/2003 12:55 PM, Peter Eisengrein wrote:
Does it do anything else besides use the timers to
4 matches
Mail list logo