Results 1 to 2 of 2

Thread: Sockets

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jul 1999
    Posts
    207

    Exclamation Sockets

    Hello,

    I have been updating a project that I have, a vb6 program. The update is finished except for the part that used to use a winsock program. What I need to do is setup a socket that will listen on port some port and then write what the messagae is to a file. I have the writing the file part all done. What I need help with is setting up a socket connection using udp to listen on all the address that this machine will have on port 514. I have looked throug this site and planet-source-code.com, any examples there seem to have errors on them or still are using the winsock control in the .net applications.

    Any help would be greatly appreciated.

    Jeremy

  2. #2
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    this is tcp but should be fairly easily adaptable to udp

    http://msdn.microsoft.com/library/de...et08282001.asp
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

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