¿Como mandar mensajes entre PC's en una red interna?

15/01/2004 - 08:06 por Jose Carlos | Informe spam
Hola estoy con una aplicación y me gustaria que se pudieran mandar mensajes
entre los diferentes usuarios, conectados entre si por una red.
No sé por donde empezar, ¿me podeis ayudar?¿Tiene alguna clase Visual net,
para ello?¿Hay algun activeX, que pueda utilizar?¿Hay alguna API?
Muchas gracias
 

Leer las respuestas

#1 Fran Arreciado [MS]
15/01/2004 - 16:46 | Informe spam
Jose Carlos, si lo que quieres es que tu aplicacion envie mensajes a otras
estaciones de trabajo, un simple NET SEND te puede servir. Si lo que quieres
es que los usuarios inicien conversaciones entre ellos, te recomendaría el
API de Windows Messenger.

Detalles en
Using the RTC Client API (Real-time Communications (RTC) Client Technical
Articles)
http://msdn.microsoft.com/library/e...frame=true

Instant Messaging
Instant messaging is one of the most widely-used features of the RTC Client
API. The application can create instant messaging sessions with other SIP
clients by using the CreateSession method with a session type of RTCST_IM.
Apart from sending out instant messages, the application can also send out
the activity status of the user in the context of the IM session (such as,
the user is typing) by calling the IRTCSession::SendMessageStatus method.

The RTC Client API also supports multiparty instant messaging (MIM) sessions
and branching messages, which are preferred to simple IM sessions. To start
MIM, the application needs to create a specific session of type
RTCST_MULTIPARTY_IM. Once a multiparty session is created, participants can
be added through the IRTCSession interface returned by CreateSession


Un saludo,
Fran


Este mensaje se proporciona "como está" sin garantías de ninguna clase, y no
otorga ningún derecho


"Jose Carlos" wrote in message
news:
Hola estoy con una aplicación y me gustaria que se pudieran mandar


mensajes
entre los diferentes usuarios, conectados entre si por una red.
No sé por donde empezar, ¿me podeis ayudar?¿Tiene alguna clase Visual net,
para ello?¿Hay algun activeX, que pueda utilizar?¿Hay alguna API?
Muchas gracias


Preguntas similares