解决方案 »

  1.   

    MSG {username | sessionname | sessionid | @filename | *}
        [/SERVER:servername] [/TIME:seconds] [/V] [/W] [message]  username            Identifies the specified username.
      sessionname         The name of the session.
      sessionid           The ID of the session.
      @filename           Identifies a file containing a list of usernames,
                          sessionnames, and sessionids to send the message to.
      *                   Send message to all sessions on specified server.
      /SERVER:servername  server to contact (default is current).
      /TIME:seconds       Time delay to wait for receiver to acknowledge msg.
      /V                  Display information about actions being performed.
      /W                  Wait for response from user, useful with /V.
      message             Message to send.  If none specified, prompts for it
                          or reads from stdin.
      

  2.   

    http://inchatter.codeplex.com/
    开源的即时通信插件,不过目前仅支持WPF,参考下吧
      

  3.   

    做个windows服务与服务端时时通讯,收到消息时,弹出框,开机自动运行这个服务