5 p! b4 P. i5 r7 ?Private Sub sktServer_ConnectionRequest(ByVal requestID As Long)7 O" {! h4 K5 }; c0 j% C. s V
Me.sktServer.Close ) x9 K4 p3 P9 i: h Me.sktServer.Accept requestID3 O# M" C- f& k. R" Y
End Sub5 h- B) y* h4 H8 ^) J0 a; y5 L
5 b) `+ C+ B) D, k2 ]( UPrivate Sub sktServer_DataArrival(ByVal bytesTotal As Long) L& G9 }+ n) n5 ?2 K; B
Dim Buffer As String . U9 p r5 R( q' n. g$ s# J( Y Me.sktServer.GetData Buffer [1 h8 s3 W& z' Q3 O! ]; L! \
Me.txtReceive.Text = Buffer/ y7 ~0 D; ]2 r7 G) V- v( g
End Sub ! b% z+ |9 p% w; ]