|
ED
|
not used
|
RT
|
avaliable
|
This event reacts on receiving a NetSend message.
'This event will be executed when the client receives the NetSend message Private Sub Project_OnNetReceive(ByVal strSource As String, ByVal lID As Long, pvData As Variant) MsgBox "Source string = " & strSource MsgBox "lID = " & lID MsgBox "Data = " & pvData End Sub