Results 1 to 40 of 65

Thread: [2005] TCP socket server example?

Hybrid View

  1. #1
    Raging swede Atheist's Avatar
    Join Date
    Aug 2005
    Location
    Sweden
    Posts
    8,018

    Re: [2005] TCP socket server example?

    You have mixed the code with alot of old VB6 code. You shouldnt do that in VB .Net.
    Besides, why have you changed so much of the original code?
    Rate posts that helped you. I do not reply to PM's with coding questions.
    How to Get Your Questions Answered
    Current project: tunaOS
    Me on.. BitBucket, Google Code, Github (pretty empty)

  2. #2

    Thread Starter
    Hyperactive Member
    Join Date
    Jul 2006
    Location
    Denmark
    Posts
    291

    Re: [2005] TCP socket server example?

    Quote Originally Posted by Atheist
    You have mixed the code with alot of old VB6 code. You shouldnt do that in VB .Net.
    Besides, why have you changed so much of the original code?
    Well, I modified it to suit my needs better, and the TCP version of it works. Can you try building a UDP client for me as well so I could modify it too? I'll give you credits

  3. #3
    Addicted Member
    Join Date
    Jul 2007
    Posts
    159

    Re: [2005] TCP socket server example?

    Hey, i'm working on a project using a TCP server and used your code. I was looking at the client side of things and no matter how much i try, it won't send text to the server. It pops up with that error message asking if i'm sure it is connected to the server, but it is. What could possibly be wrong?

  4. #4
    Raging swede Atheist's Avatar
    Join Date
    Aug 2005
    Location
    Sweden
    Posts
    8,018

    Re: [2005] TCP socket server example?

    Well have you also created a server application and if so, is it running? What IP does it have? Are you sure you've set the same port numbers on both server and client?
    Rate posts that helped you. I do not reply to PM's with coding questions.
    How to Get Your Questions Answered
    Current project: tunaOS
    Me on.. BitBucket, Google Code, Github (pretty empty)

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