June 2006
Intermediate to advanced
1344 pages
42h 52m
English
Figures 23.1 and 23.2 use the classes and techniques discussed in the previous two sections to construct a simple client/server chat application. The server waits for a client’s request to make a connection. When a client application connects to the server, the server application sends a String to the client, indicating that the connection was successful. The client then displays a message notifying the user that a connection has been established.
1 ' Fig. 23.1: FrmChatServer.vb 2 ' Set up a server that will receive a connection from a client, send a 3 ' string to the client, chat with the client and close the ... |
Read now
Unlock full access