I'm programming a client/server program and using the delphi3's component TCP. I can't get them connected. I'm being forcefully rejected. I need a example of a chat program that use this component....
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10043221.html
Hi programmers,
I want to write basic client and server app, using TCP IP. as far as I have seen, the most popular component is WSocket from Fpiette.Now I want you to give me some samples of cli...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10118502.html
I have an NT server, NT workstation and several Win95 workstations on a internal network, using a cheap netgear hub for interconnectivity. It is a 10BaseT network. I use TCP/IP as my comm. protoc...
http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/Windows/NT/WinNT_Setup/Q_10...
Zones:
Win NT SetupDate Answered: 06/11/1999 Rating: 7.8 Views: 0
i dont know how to configure tcp/ip protocol and dial up adapter in win311 workgroup.is there any software has to be loaded.if so where it'll be available.pl clarrify me in this .i've configure for...
http://www.experts-exchange.com/Hardware/Misc/Q_10173860.html
Zones:
HardwareDate Answered: 07/13/1999 Rating: 7.4 Views: 0
I want to connect to a DB without using a DSN. Is there a way to tell ADO that the to connect to the server, it has to use a TCP/IP connections instead of "Nammed Pipes"?
I don't want to use a D...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/VB_DB/Q_10204036.html
Zones:
VB DBDate Answered: 01/10/2000 Rating: 5.0 Views: 0
why the following code cannot listen the mail port?
Note:sd is a winsock object.
sd is a tcp port
Private Sub Form_Load()
sd.LocalPort = 25
sd.Listen
End Sub
...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10216014.html
Does anyone know where I can get a free copy of bomberman that will run on our LAN TCP/IP?
http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/Windows/NT/Q_10226464.html
Zones:
Windows NTDate Answered: 01/11/2000 Rating: 6.4 Views: 0
We are trying out how to deploy Windows Professional using image files.
Using sysprep.exe, we want to automate the minisetup program.
We were unable to set the TCP/IP settings. Which key do we h...
http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/Windows/2000/Q_10255413.htm...
Zones:
Windows 2000Date Answered: 01/10/2000 Rating: 7.8 Views: 8
I want to know the header of a TCP/IP datagram which is send through a socket (connected to a http site):
address of the sender, destination address....and so on
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_10265081.htm...
Zones:
Windows MFCDate Answered: 01/27/2000 Rating: 7.4 Views: 0
I'm building client server application over TCP. The order of the arrival of the messages from the client to the server is important. Does TCP assure me that all the messages (packets) that I will ...
http://www.experts-exchange.com/Networking/Misc/Q_20032846.html