The OnConnect event is generated when a connection is
established.
Syntax
Sub object_OnConnect ( [Index As
Integer] )
Remarks
The OnConnect event is generated when a successful
connection has been established with the remote host. To monitor
the progress of the connection attempt, use the OnStatus
event.
See Also
OnDisconnect Event, OnStatus Event
|