Link to home
Start Free TrialLog in
Avatar of bluearc
bluearc

asked on

jumping events

I'm a newbie to VB6...
At times when I test-run my program I noticed that the program will run sequentially through my code lines to about halfway and then return too the top or even jump to another event without first completing it.
The event does not contain a call statement.
Is there something I'm not getting about VB6?
Thanks.
Avatar of RichW
RichW
Flag of United States of America image

Can you show some code?

Avatar of Guy Hengel [angelIII / a3]
Can it be that you are using a timer? In that case, you should disable the timer when you enter it, and re-enable it at the end of the code. Watch that you catch errors, otherwise the timer wouldn't come in again...

CHeers
Hi bluearc,
It appears that you have forgotten this question. I will ask Community Support to close it unless you finalize it within 7 days. I will ask a Community Support Moderator to:

    Save as PAQ -- No Refund.

bluearc, Please DO NOT accept this comment as an answer.
EXPERTS: Post a comment if you are certain that an expert deserves credit.  Explain why.
==========
DanRollins -- EE database cleanup volunteer
ASKER CERTIFIED SOLUTION
Avatar of modulo
modulo

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial