|
-
Oct 30th, 2002, 12:11 PM
#1
Thread Starter
Addicted Member
SetTimer API question
Hi,
In my program I am using 5 VB Timer controls. Sometimes 3
are running at the same time. When this happens, it seems
like the program hangs periodically...
One is running an animation, one is moving an image to the left,
and one is timing when to start moving that image.
Would it be better to use the SetTimer API?
Thanks in advance,
Ron
VB5
-
Oct 30th, 2002, 12:42 PM
#2
What are you doing with the Timers?
-
Oct 30th, 2002, 12:55 PM
#3
Thread Starter
Addicted Member
One timer is running an animation, one timer is moving an image
to the left, and the third timer is timing when to start moving that
image.
-
Oct 31st, 2002, 10:31 AM
#4
Software Eng.
You could surely incorportate the 2 timers together, and probably even the third.
Do you have any complex loops within the timers?
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
|