C# : implement chat room in pocket pc
C#
1
Posts
1
Posters
0
Views
1
Watching
-
I wish to implement a chat room that use between PDA (pocket pc) and desktop pc using C#. Is it any idea to implement this? XML web service can implement this? or any other suggestion for it? The chat room that I plan to implement is one to one conversation only. Besides, if one of them already started the conversation, other people can't make conversation with him unless he had closed the conversation. Is it possible implement in xml web service? How could xml web service checking the status of the person to see them in conversation or not?