There are several right here on CodeProject. TCP/IP Chat Application Using C#[^] WCF / WPF Chat Application[^]
M
Marcel Gheorghita
@Marcel Gheorghita
Posts
-
Chat Server/Client -
Automatically resize the controls based on screen resolution in C# applicationYou should use
SplitterBox
controls and theDock
property of the group boxes (i.e.DockStyle.Fill
).