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

Thread: Telnet Server

  1. #1
    Join Date
    Nov 1999
    Posts
    1

    Telnet Server

    I'm writing a telnet server in vb5 but I am having trouble finding resources...any suggestions???


  2. #2
    Join Date
    May 1999
    Location
    Oxford UK
    Posts
    1,459

    Re: Telnet Server

    You can find the source-code for a Telnet-Server right here on the CodeGuru site -

    http://codeguru.developer.com/vb/articles/1773.shtml

    The code is for a single user connection only, but with a little rewriting you should have no trouble making it multi-user.





    Chris Eastwood

    CodeGuru - the website for developers
    http://codeguru.developer.com/vb

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