Archive | Other RSS feed for this section

Layout Managers In C#

Project – LayoutSource_lo_30.zip 10.2 KB Library Download + XML Documentation – LayoutLibrary_lo_30.zip 12.0 KB Whenever a programmer sits down to design aGUI, he is faced with several problems unique to their design: visualappeal, scalability, resizability, ease of modification, etc. Layoutmanagers help to solve these problems by taking care of setting thesize and location of layoutable [...]

Read more

TCPDate Server / Client

This is the implementation of “System.Net.Sockets”. In this example we will learn how to use the “TCPListener” and “TCPClient” classes from the “System.Net.Sockets” namespace. This example consists of two files. The “DateServer” class which uses the “TCPListener” class to accept requests from new clients. Once the client is connected with the server, the server will [...]

Read more