-
I'll like to make an application that can run under intranet enviroment. How do we make a messaging application like the messaging in the unix system, where i can contact all the users that are in the system and send them a msg for example a warning msg to stop their activity??? I'm using Windows 98.
-
Why not just use winsock. You'd need a master server though. Then connect all the chat programs to that 1 server, and have them running in the background.
Then, simply if a message is send to the server it can interprit it, to maybe redirect it to another IP or user it is told to.
Im not sure if this answers your question. If you need some help with the code, please message me further.