Jump to content

TCP/IP Sockets?

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
1 reply to this topic

#1
Dyroxide

Dyroxide

    Learning Programmer

  • Members
  • PipPipPip
  • 39 posts
I've got a program made so far that will register users to a database and allow them to log on to a chatting program i made.. however i havnt found our how TCP/IP sockets are used to make the program listen for new output when on other computers

can anyone clear this up for me?

how are they used?

do you have any examples i can draw from?

additional facts about my program.. it allows them to register a username and password then they can proceed to login.. i would imagine that the login button (after they enter username and password) would set some value for the TCP/IP sockets or make it "listen" for others who have the program opened to type in messages.. and typing a message in the text box and pressing the send button would put a message out for everyone to see..

thats about all i can figure any help with this would be nice

#2
Corky

Corky

    Learning Programmer

  • Members
  • PipPipPip
  • 35 posts
what are you using? tcpclient/server or are you using the sockets class?