VB.NET Tutorial – Client / Server Network Programming – Simple Chat Application



VB.NET Tutorial – Client / Server Network Programming – Simple Chat Application

VB.NET Tutorial - Client / Server Network Programming - Simple Chat Application

In this Visual Basic .NET programming tutorial I will be teaching you how to create a simple client / server chat program and relay messages across a network using a TCPClient and TCPListener.

TUTORIAL FEATURES
Windows Sockets – TCPClient, TCPListener
Network Programming – Server & Client, Open ports and listen
Custom Events – Detect and relay message data to form controls
Threading – Create and manage a background worker thread
Streams – StreamReader & StreamWriter
Windows Forms – TextBox, Button

Source Code: https://www.dropbox.com/s/3nry22aqis1htq5/TCP%20TUTORIAL%20Projects.zip?dl=0

TIP JAR: http://www.aardaerimus.com/tipjar.asp

Comments are closed.