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