Chat program, with a GUI (help)
Author |
Message |
Junkhead
|
Posted: Fri Feb 24, 2006 11:28 am Post subject: 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?
Description: |
|
Download |
Filename: |
gamebak.t |
Filesize: |
4.59 KB |
Downloaded: |
84 Time(s) |
|
|
|
|
|
|
Sponsor Sponsor
|
|
|
codemage
|
Posted: Fri Feb 24, 2006 1:34 pm Post subject: (No subject) |
|
|
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
|
Posted: Fri Feb 24, 2006 6:50 pm Post subject: (No subject) |
|
|
Excellent, I'll have a look. Thanks for the help!
|
|
|
|
|
|
|
|