Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #107.68K
1 Posted Topic
This solution work on visual studio 2012. Really appreciate. (1) Server code: Note: I use Timer to start the Thread. Dim Client As New TcpClient Dim Listener As New TcpListener(9999) Private PACKET_SIZE As UInt16 = 4096 Private Sub Form1_Load(sender As Object, e As EventArgs) Handles MyBase.Load Listener.Start() Timer1.Enabled = True …
The End.