delegate invoke behavior

G

Guest

hi,

given the following:
client
invokehandler
stmt 3
stmt 4
end client


object with delegate
stmt 1
stmt 2
delegate.invoke
stmt 5
stmt 6
end object

just trying to understand the invoke behavior. when the object invokes its
delegate does stmt 3 and stmt 5 run at the same time. whenever i try to debug
and the debug line is on stmt 3 and i try to step to stmt 4 the debug line
just disappears.
and all stmt 3 and 4 is enabling 2 timers on a form.

any ideas?

thanks,
mj
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top