|
-
Sep 9th, 2000, 03:22 PM
#1
Thread Starter
Hyperactive Member
Could anybody tell me the dis/advantages of both methods
a) using vb timer
b) using win timer (probably need to subclass)
c) using x = Timer o oevents:Loop While x + 5 > Timer ?
--
Rather to store variables in arrays or in objects.tag property?
-
Sep 9th, 2000, 03:26 PM
#2
Monday Morning Lunatic
b) is like a), but more reliable time-wise. c) is pretty useless, as it is synchronous (locks the thread until the timer goes).
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
-
Sep 9th, 2000, 06:03 PM
#3
Originally posted by Jhd.Honza
Rather to store variables in arrays or in objects.tag property?
If the variable in the Tag is directly related to the object (i.e: in a For Each Loop) then you should use the Tag, otherwise I recommend to not use them.
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
|