OnConnect
This is a Socket Object event that occurs when a connection is successfully established.
Group: Socket Object
Example:
Dim WithEvents oSocket As Socket ' module level Dim
Private Sub oSocket_OnConnect()
On Error Resume Next
End Sub
This is a Socket Object event that occurs when a connection is successfully established.
Group: Socket Object
Example:
Dim WithEvents oSocket As Socket ' module level Dim
Private Sub oSocket_OnConnect()
On Error Resume Next
End Sub
© 2024 RFgen Software. A division of DataMAX Software Group, Inc. All Rights Reserved.