B
Brett
I'm using a third part component in a certain app. The component has
methods and events. I noticed one particular event was not firing after a
while but it should have been. The problem was the "handles" part was
missing. I didn't remove this that I know of. After putting this back in,
the event started firing.
Actually, the code inside the event wasn't firing but the "private sub
eventname()" part was being hit. By putting a breakpoint there, I found the
handles part was missing.
How else could this have gone missing?
Thanks,
Brett
methods and events. I noticed one particular event was not firing after a
while but it should have been. The problem was the "handles" part was
missing. I didn't remove this that I know of. After putting this back in,
the event started firing.
Actually, the code inside the event wasn't firing but the "private sub
eventname()" part was being hit. By putting a breakpoint there, I found the
handles part was missing.
How else could this have gone missing?
Thanks,
Brett