Results 1 to 7 of 7

Thread: Looking 4 beginner TCP programer eg. Winsock, just to pass time!

  1. #1

    Thread Starter
    New Member
    Join Date
    Dec 2004
    Location
    Australia
    Posts
    4

    Talking Looking 4 beginner TCP programer eg. Winsock, just to pass time!

    Anyone wanting to start building a chat program in Visual basic 6, add me in msn [email protected] doesn’t have to be a chat program but I would want to use TCP, if you don't know how to use Winsock I’ll be willing to teach!, , I’m not the best programmer!, but I’m defiantly not the worst, lol

  2. #2
    Frenzied Member vbNeo's Avatar
    Join Date
    May 2002
    Location
    Jutland, Denmark
    Posts
    1,994

    Re: Looking 4 beginner TCP programer eg. Winsock, just to pass time!

    Quote Originally Posted by hallucinative
    Anyone wanting to start building a chat program in Visual basic 6, add me in msn [email protected] doesn’t have to be a chat program but I would want to use TCP, if you don't know how to use Winsock I’ll be willing to teach!, , I’m not the best programmer!, but I’m defiantly not the worst, lol
    If you code a client, I can code a server in Java, going that way with a project anyways...
    "Lies, sanctions, and cruise missiles have never created a free and just society. Only everyday people can do that."
    - Zack de la Rocha


    Hear me roar.

  3. #3
    Lively Member Girvo911's Avatar
    Join Date
    Dec 2004
    Posts
    88

    Re: Looking 4 beginner TCP programer eg. Winsock, just to pass time!

    I would gladly like to help! i ve always wanted to learn tcp protocol so i can do multiplayer games.

  4. #4
    Addicted Member Nigh™a®e's Avatar
    Join Date
    Feb 2002
    Location
    Belgium
    Posts
    175

    Re: Looking 4 beginner TCP programer eg. Winsock, just to pass time!

    Why use vb6???

    using vb.net will take lots of work away, made chat server/client in both languages, the vb server crached after 3 days (index out of bounds)

    Now with vb.net its very easy to make async sockets. If u want i made sample of chat server/client few weeks ago for someone who needed to make same thing for school (writing the socket code only took 1 evening)

    Doint this in vb6 is just a waste of time

    Quote Originally Posted by Girvo911
    I would gladly like to help! i ve always wanted to learn tcp protocol so i can do multiplayer games.
    Girvo, most game are using UDP instead of TCP (alltho i also prefer TCP for games above UDP)

    Greetz Nightmare.

  5. #5
    Frenzied Member vbNeo's Avatar
    Join Date
    May 2002
    Location
    Jutland, Denmark
    Posts
    1,994

    Re: Looking 4 beginner TCP programer eg. Winsock, just to pass time!

    Quote Originally Posted by Nigh™a®e
    using vb.net will take lots of work away, made chat server/client in both languages, the vb server crached after 3 days (index out of bounds)
    No to protect VB6... But isn't that more likely to have been caused by a programming error? Fact is, both VB6 and VB.Net are restricted to one OS... AND they're not object oriented... yuk...
    "Lies, sanctions, and cruise missiles have never created a free and just society. Only everyday people can do that."
    - Zack de la Rocha


    Hear me roar.

  6. #6
    Frenzied Member <ABX's Avatar
    Join Date
    Jul 2002
    Location
    Canada eh...
    Posts
    1,622

    Re: Looking 4 beginner TCP programer eg. Winsock, just to pass time!

    Quote Originally Posted by vbNeo
    No to protect VB6... But isn't that more likely to have been caused by a programming error? Fact is, both VB6 and VB.Net are restricted to one OS... AND they're not object oriented... yuk...
    VB.Net Is Fully object oriented! And some CLR applications will run on linux (w/ mono).
    Tips:
    • Google is your friend! Search before posting!
    • Name your thread appropriately... "I Need Help" doesn't cut it!
    • Always post your code!!!! We can't read your mind!!! (well, at least most of us!)
    • Allways Include the Name and Line of the Exception (if one is occuring!)
    • If it is relevant state the version of Visual Studio/.Net Framwork you are using (2002/2003/2005)


    If you think I was helpful, rate my post
    IRC Contact: Rizon/xous ChakraNET/xous Freenode/xous

  7. #7
    Frenzied Member vbNeo's Avatar
    Join Date
    May 2002
    Location
    Jutland, Denmark
    Posts
    1,994

    Re: Looking 4 beginner TCP programer eg. Winsock, just to pass time!

    Quote Originally Posted by <ABX
    VB.Net Is Fully object oriented! And some CLR applications will run on linux (w/ mono).
    Hmm... Well... Can't say I've ever tried it, but I've always heard otherwise... It still is a messy language though, I'd prefer Java any day...

    [Edit]
    Oh, and I've heard about Mono... But this is still only for LinUX and the features are limited(not to flame to Mono project, I reckon it's very hard with the different API and all). What if the customer operating the server wanted to use Solaris?

    [/Edit]
    "Lies, sanctions, and cruise missiles have never created a free and just society. Only everyday people can do that."
    - Zack de la Rocha


    Hear me roar.

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