Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Network Chat

Status
Not open for further replies.

ScudDE

Technical User
Aug 30, 2004
19
AU
Hi Guys,
How are we?

I'm currently making a program where users can talk to each other over a network, where the program automatticly picks up the other computers. Now i know the code for this is complicated but how do i do this...

--------------
Scud
 
Using the winsock control.

Create a server form to listen for a request, then a client form to take over when the request is sent.

Look on planetsourcecode for a couple of good examples.

Matt
 
Geez zemp, you need to warn a guy that he is going to get flooded with popup messages when he clicks your link.

Should've guessed with a name like msgpopup...

Matt
 
Thanks Guys...

Matt S, i am using the winsock controll...

is this right

on one form: WinSock.Listen
and then: list1.AddItem WinSock.RemoteHostIp...

how do i do it cause it just wont work and ive forgotten how to do it
 
Thanks Guys...

Matt S, i am using the winsock controll...

is this right

on one form: WinSock.Listen
and then: list1.AddItem WinSock.RemoteHostIp...

how do i do it cause it just wont work and ive forgotten how to do it

Scud
 
Sorry Matt, I have most popups blocked.

zemp
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top