Network Messaging

What kind of message are you wanting to send? A "chat" type message (custom) or a specific message to a specific server?

-Nerseus
 
As in messaging to specific server; as a popup. Kinda like you see in notifications used in most UPS software :) Did it in 6 with an API. Wondering weather there is framework equiv.
 
I did a simple windows form application that uses the "net send" command from system to send messages and they arrive as popup messages, maybe it could work for you.
 
Back
Top