CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Telnet Client

  1. #1
    Join Date
    Aug 1999
    Location
    Blue Springs, MO
    Posts
    43

    Telnet Client

    I am trying to create a Telnet client, but for the life of me, can not get the winsock to connect...

    Can anyone point me in the right direction?

    Thanks!!


  2. #2

    Re: Telnet Client

    Are you using the correct syntax? You can check this in the help index under winsock. Are you using the correct protocol? I.E. Udp or Tcp? Send me a mail and I'll reply with a simple terminal program.

    [email protected]


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

Featured