Results 1 to 9 of 9

Thread: Chat Room

  1. #1

    Thread Starter
    New Member
    Join Date
    Mar 2009
    Posts
    3

    Chat Room

    Hey all i'm kinda new to Vb but i'm ok at it. What i need to do is make a chat room i have searched around for days now and still haven't found exactly what i'm looking for most of them use winstock which is fine but what i need is like one big chat room that you don't have to type in your partners ip. In other words you just start the application/client and bam you type your nick name and then your in, i don't want the player to be allowed to start their own room. Anyways i don't know where to even start with this so a big direction would be great

    Thanks in advance.

    P.S. i'm using vb 2008

  2. #2
    Lively Member
    Join Date
    Mar 2009
    Posts
    76

    Re: Chat Room

    .....
    Last edited by G3rmanpride21; Jan 28th, 2016 at 06:38 PM.

  3. #3

    Thread Starter
    New Member
    Join Date
    Mar 2009
    Posts
    3

    Re: Chat Room

    Well this isn't for me but yeah the server will be through another computer but the thing is i see people using ips to connect to the chat or what not but don't ips change?

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

    Re: Chat Room

    You'd need to learn how to use the Socket classes in .NET, search this forum for any of the following:
    TcpListener, TcpClient, Sockets.
    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)

  5. #5
    Lively Member
    Join Date
    Mar 2009
    Posts
    76

    Re: Chat Room

    .....
    Last edited by G3rmanpride21; Jan 28th, 2016 at 06:38 PM.

  6. #6

    Thread Starter
    New Member
    Join Date
    Mar 2009
    Posts
    3

    Re: Chat Room

    Even though the IP's change i don't get why that would be trouble, are you only letting certain IP's connect?

    No but if the server host ips change then no 1 could connect

    I dont want the people that are joining to have to type in the ip.

  7. #7
    Lively Member
    Join Date
    Mar 2009
    Posts
    76

    Re: Chat Room

    .....
    Last edited by G3rmanpride21; Jan 28th, 2016 at 06:38 PM.

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

    Re: Chat Room

    The issue of dynamic/static IP should be the least of your concerns this early in development. It can always be solved later with a static dns, provided by for instance no-ip.org.
    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)

  9. #9
    Lively Member
    Join Date
    Mar 2009
    Posts
    76

    Re: Chat Room

    .....
    Last edited by G3rmanpride21; Jan 28th, 2016 at 06:38 PM.

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