Home » Category » DLL & COM & ActiveX

DLL & COM & ActiveX: Winsock Class Module

104| Sun, 02 Dec 2007 11:19:00 GMT| sathyaish| Comments (2)
I remember having seen a class written for the Winsock Control. The class has a private Winsock control class object declared With Events, delegated all methods to that object, raised all events from the events of the contains Winsock class object, and exposed additionally, a pointer to point to an instance of an actual Winsock Control that could be placed on any form in the application. This facilitated sharing the control accross all forms. It also had error handling done within the container class.

I do not wish to spend time writing the whole thing and reinventing the wheel. Can anyone please point me to that link or the zip or cls file on the Net?

Keywords & Tags: winsock, class, module, dll, com, activex

URL: http://programming.itags.org/com-activex/174549/
 
«« Prev - Next »» 2 helpful answers below.
This is your lucky day :)

http://www.vbip.com/winsock-api/csocket-class/csocket-class-01.asp

Regards,
Sorinuc

sorinuc | Wed, 05 Dec 2007 13:39:00 GMT |

I have gone ahead and attached a zip file containing a Winsock Client/Server App. It includes the Class modules.

Hope this helps.

ousoonerfan | Wed, 05 Dec 2007 13:41:00 GMT |

DLL & COM & ActiveX Hot Answers

DLL & COM & ActiveX New questions

DLL & COM & ActiveX Related Categories