Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by LRoberts

  1. LRoberts

    WinSock Port Redirector

    Sorry.. forgot to set the remote port for Winsock2.. Form_Load event code should be as follows.. <--- insert in Form_Load event ---> 'Bind the first socket to the 'listening' port. Winsock1.Bind 1000 'Set the remote host address to forward the data to. Winsock2.RemoteHost =...
  2. LRoberts

    WinSock Port Redirector

    This should do the trick for you... Add two Winsock controls to a form, and set the protocol on both to UDP. (I'm assuming this is what you are using.) <--- insert in Form_Load event ---> 'Bind the first socket to the 'listening' port. Winsock1.Bind 1000 'Set the remote host address to forward...

Part and Inventory Search

Back
Top