Watch your website visitors as they browse your pages, in real-time, and chat with them! Provide help and answer questions and engage them into sales, before they leave your website.
The application is a simple chat tool. Anyone who connects to the chat server receives all chat communication between the connected users. The application is deliberately kept simple to clarify .NET Remoting. This application also demonstrates the event and delegate usage in an application that uses .NET Remoting.
We'll create our chat client as a Windows Application named SocketClient. The form will contain a read-only TextBox control named txtDisplay, a writable TextBox control named txtSend and a button named btnSend.