DLL & COM & ActiveX: Winsock Class Module

  • sathyaish / 104 / Mon, 25 Jan 2010 07:43:00 GMT / 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:

    winsock, class, module, dll, com, activex

  • http://programming.itags.org/com-activex/174549/«« Last Thread - Next Thread »»
    1. 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 |

    2. 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 Questions

    • ADO Connection for DLLs

      I have a large application that has begun to get to cumbersome to manage as a single project. I want...

      By skreen, 1 Comments

    • Runtime Error 432

      Hey PPL,Facing a weird problemI am using Set objMetabases = GetObject("IIS://" & ServerName & "/W3SV...

      By eeeks, 3 Comments

    • Why dont all the properties dont show up?

      I'm new to active x controls - this is my first one - I'm trying to create an activex text...

      By pthoopth, 9 Comments

    • VB and Lotus Notes

      Dear all,I tried to send emails viewed as html format in Lotus Notes using VB. Anyone to know how t...

      By gracetam, 1 Comments

    • vtable binding vs early binding vs late binding

      can someone explain the differences between v table binding, early binding and late binding with an ...

      By bhaskerg, 8 Comments