To catch the event in the client, the object reference must be Dim'd WithEvents. You can then select the event handler in the IDE just like you would with a control. HTH.
Gene Hughson
active_aggressive_1999@yahoo.com
http://members.xoom.com/ActvAggressv
You'll need to set a module-level boolean variable in the event procedure and in your calling procedure do something like this:<br>
<br>
Do while not mboolEventRaised<br>
DoEvents<br>
Loop<br>
<br>
You can also add a time-out to it by setting mboolEventRaised to True in the timer's Tick...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.