06-03-2011, 10:36 AM
(06-03-2011, 12:20 AM)rewter Wrote: I followed your video, got most of it down, but how do I impliement the ability for the server to send a message back to the client?
Or at least let the client also receive data.
The client would have to listen for data to receive similar to how the server does. In the client, create a Sub similar to the server OnRecieve (you could just c/p it over), then in the OnConnect sub of the client, create a new callback to the OnRecieve sub (see the server source).
Let me know of this helps. If not I will go more in depth.
I code at http://tech.reboot.pro