Click to See Complete Forum and Search --> : Reording notification of an event amongst multiple references
CWaldman
Sep 2nd, 2002, 06:28 PM
If I have multiple references (declared withevents) to a control, the order in which they are referenced appears to be the reverse order in which who gets their event procedure fired. However, the UserControl/Form containing that control gets first dibs. Is there a way to reorder this?
Chad
Bill Crawley
Sep 6th, 2002, 09:06 AM
Afraid Not. that's the point of withevents, you leave it to the system to decide.
The only thing you can do, but then it defeats the object is to use an array or somthing that gets updated when an event occurs, then when the array is full run your event processing manually in the order you want things to happen in.
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.