Do you have an sample to create a chat TcIP?
I found an old source code but not run ok
I need a small chat to talk on Local Net
thanks
Falconi Silvio
Do you have an sample to create a chat TcIP?
I found an old source code but not run ok
I need a small chat to talk on Local Net
thanks
Silvio,
You can simply use a shared DBF and a browse and a timer to repaint it.
Every msg is just a new record in the DBF ![]()
Dear Antonio,
I made a test with an old prg.
It run ok I try it on the same pc .
Then i insert it into a pc server into a folder c:\chatter
then from each client i load a link from the exe of the pc server.
the first client run ok when i open the second client it make error .
the program use some dbf and they are open shared.
now i must use the command :
net send clientname message
but if i must found a solution
I remember someone made a minichat client/server and all clients must link to a ip static (server) but i not found this old source.
Dear Antonio,
I try with :
http://www.fivewin.com.br/exibedicas.asp?id=581
this chat use dbfs but not run ok or there is an error when open the file
I try also with :
http://www.fivewin.com.br/exibedicas.asp?id=432
This chat instead use winsock system ( client and server) but I not Know How run it
Then I search something in google
I saw popmessenger ( http://www.leadmind.com/)
dowload it please and try
It nou use dbfs, or not use two exe file ( CLIENT.EXE and SERVER.EXE)
it use only Tc IP port and ip address
it not link to a server
it run on lan and I can talk with all
But It is not free and I want create it with fwh
How I can Make a chat as popmessenger ?
Why we not cannot create a program in fwh as popmessenger ?
Why you not create a base chat program to understand the winsock possibilities ?