Results 1 to 2 of 2

Thread: Reording notification of an event amongst multiple references

  1. #1

    Thread Starter
    New Member
    Join Date
    Aug 2002
    Posts
    8

    Reording notification of an event amongst multiple references

    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
    Last edited by CWaldman; Sep 2nd, 2002 at 07:09 PM.

  2. #2
    Fanatic Member
    Join Date
    Feb 2000
    Location
    Dunmow,Essex,England
    Posts
    898
    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width