|
-
June 22nd, 2001, 09:58 AM
#1
Create a timer at runtime
I'm trying to create my own timer class to allow more than 64 seconds.
But I'm trying to do it without Sleep or something similar, so the thing I'm trying to do is to use the normal timer and run it a few times.
so I'm trying to do:
Dim withevents Timer1 as Timer
Works fine, but how the hell do I instanciate this thing? I mean, CreateObject("VB.Timer") doesn't work of course.
Any idea? Now I'm switching to datediff otherwise!
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
|