做一个贪吃蛇游戏,要求有声音背景,要用到什么控件呢 ,在此谢咯

解决方案 »

  1.   

    声音:
       SoundPlayer sndPing = new SoundPlayer(global::WindowsApplication9.Properties.Resources.铃声);
                sndPing.Play();时间用:
    timer。。
    声音用什么控件不清楚,用代码不也行吗。。顺便学习一下
      

  2.   

    http://it.wokeyi.net/html/72/78/138/10815.html
      

  3.   

    C#中用API实现MP3等音频文件的播放类控制游戏时间的控件
    用Timer
      

  4.   

    http://blog.csdn.net/cuijianwei74/archive/2006/10/27/1353487.aspxTimer用法