The GenericClient object can be used to create any sort of client application and the GenericServer object can be used to create any sort of server application. This object will hide the difficulties in the Winsock API calls for you and it stimulate developing in an object oriented way. You will probably write your own protocol handler (like SMTP, POP or ...) using the OnDataArive event.
A demo is included that show you how to make a simple chat application. Also a demo is available that shows you how to do port mapping. If you want more samples, then have a look at tha SMTP and POP library
Click here to download the complete source code, the compiled DLL and the demos.
Credits: The (super) SubClass code is from a publication from Paul Canton [Paul_Caton@hotmail.com].
The winsock stuff is inspired by a publication from 'Coding Genius'.
The Exception hanler is based on a publication from Thushan Fernando.






