
-----------------------------------
Junkhead
Fri Feb 24, 2006 11:28 am

Chat program, with a GUI (help)
-----------------------------------
I've been working on a chat program with a GUI for a while now.  It is 90% done, everything working, except for one crucial part:

I cannot figure out how to use the NET command to send messages.

I can start a server, and get a client to connect, however, I can't figure out a way how to send a string over the connection.

I've attached the source code to my project, it's GPL so anyone can do their own thing with it.  Not even my teacher can figure out what to do.

Can anyone help?

-----------------------------------
codemage
Fri Feb 24, 2006 1:34 pm


-----------------------------------
In brief, the net module works just like regular input / output except you put and get information from the network instead of keyboard & monitor.

Check out the turing walkthrough or the net module walkthough.

The whole system is explained with lots of juicy examples.

-----------------------------------
Junkhead
Fri Feb 24, 2006 6:50 pm


-----------------------------------
Excellent, I'll have a look.  Thanks for the help!
