|
-
May 23rd, 2025, 08:20 AM
#11
Re: Getting the ball rolling. Which VB6 projects are you working on?
 Originally Posted by baka
I didn't clock it. so I don't know if theres any speed improvements.
since its in a loop it will be called 60-144+ (or whatever monitor hz u got) every second, every microseconds counts. at least for old computers.
I don't think I would use On x Goto in TB, but VB6 is old and I believe it helps a bit. select case do comparison operations while on x goto is jump to index. so its faster. less overheads.
I don't think it will matter much. but I enjoyed updated it because its a new feature for me.
Thanks, I'll give it a try if I get bored this weekend. If I get around to it, I'll time it and post the results.
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
|