Results 1 to 3 of 3

Thread: Where to Learn Winsock

  1. #1

    Thread Starter
    Hyperactive Member oyad's Avatar
    Join Date
    Feb 2003
    Location
    PhoxWare MicroSystems
    Posts
    463

    Where to Learn Winsock

    Plz, can anyone show me where to get materials on learning and using winsock
    Nobody is smarter than all of us!

  2. #2
    Frenzied Member Mike Hildner's Avatar
    Join Date
    Jul 2002
    Location
    Des Moines, NM
    Posts
    1,690
    If you want to use the .NET socket classes. MSDN has some great resources. They have sample code, explanations etc. Anyhow, this is how I got my start with .NET sockets, and it was a good enough start building a commercial application, which we've now sold several times over.

    For simplicity, I'd recommend starting with snchronous sockets:
    Using a Synchronous Client Socket
    Synchronous Client Socket Example

    From there, follow the links to the server counterparts, and also the asynchronous conterparts if you decide to go that far.

  3. #3

    Thread Starter
    Hyperactive Member oyad's Avatar
    Join Date
    Feb 2003
    Location
    PhoxWare MicroSystems
    Posts
    463
    Originally posted by Mike Hildner
    If you want to use the .NET socket classes. MSDN has some great resources. They have sample code, explanations etc. Anyhow, this is how I got my start with .NET sockets, and it was a good enough start building a commercial application, which we've now sold several times over.

    For simplicity, I'd recommend starting with snchronous sockets:
    Using a Synchronous Client Socket
    Synchronous Client Socket Example

    From there, follow the links to the server counterparts, and also the asynchronous conterparts if you decide to go that far.
    Thanx man 4 this
    but i only know VB6!
    Nobody is smarter than all of us!

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