解决方案 »

  1.   

    最简单的
    System.Media.SystemSounds.Beep.Play(); 
    System.Media.SystemSounds.Asterisk.Play(); 
    System.Media.SystemSounds.Exclamation.Play();
      

  2.   

    在客户端接受到消息成功的时候调用播放音乐的win32api
      

  3.   

    也可以用SoundPlayer播放任意声音http://www.cnblogs.com/buzaixian/archive/2009/09/19/1570116.html
      

  4.   

    用VB做过 C#的倒是没用过。
      

  5.   

    一个笨办法 在服务器上放个timer控件 定时调用 
            // 接受请求
            private void acceptClientConnect()这个就行