Results 1 to 3 of 3

Thread: Winsock Class Module

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Feb 2003
    Location
    C:\Windows\Microsoft.NET\Framework
    Posts
    574

    Winsock Class Module

    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?

  2. #2
    Junior Member
    Join Date
    Aug 2001
    Location
    vegas
    Posts
    25
    This is your lucky day

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

    Regards,
    Sorinuc

  3. #3
    Lively Member
    Join Date
    Sep 2002
    Posts
    90
    I have gone ahead and attached a zip file containing a Winsock Client/Server App. It includes the Class modules.

    Hope this helps.
    Attached Files Attached Files

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width