T
Terry Olsen
Will the 2nd line in the following code execute immediately? Or will it
wait until the event handler finishes?
RaiseEvent Closing()
mySocket.Close()
wait until the event handler finishes?
RaiseEvent Closing()
mySocket.Close()