|
-
Jan 18th, 2000, 11:45 AM
#1
Thread Starter
Addicted Member
i need to count the time elapsed from a starting point and i can't remmember the interval to set a timer to, to get a minute ever 60 times around anybody know
------------------
SomeTimes Coffee Just Isn't Enough.
Zan Magi
-
Jan 18th, 2000, 02:56 PM
#2
So Unbanned
timers aren't always right it'ld be better if you got the time(then) then compare it to the current time(now) then get the difference
like;
started at:
12:30 P.M.
Current:
1:00 P.M.
you'll have to use 24 hour time though unless you want A LOT of code
------------------
DiGiTaIErRoR
-
Jan 18th, 2000, 03:06 PM
#3
Addicted Member
If you must use a timer ... interval is in milliseconds therefore 1000 represent one second.
-
Jan 18th, 2000, 05:11 PM
#4
Lively Member
If you dont want to use the standard VB timers, which tends to be not 100% acurate try the High Performance timers from CCRP.
Mail me and i'll mail you the file.
But yes you have to set the timer interval to 60000 to get 60 secs.
------------------
-----------------------
Maartin
[email protected]
-----------------------
-
Jan 18th, 2000, 09:29 PM
#5
Thread Starter
Addicted Member
thanks guys I didn't want to use time but i may yet if the timer doesn't work well enough
------------------
SomeTimes Coffee Just Isn't Enough.
Zan Magi
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|