wav播放示例     C#2003中可用

C#2005中可用

System.Media.SoundPlayer sp = new System.Media.SoundPlayer();
            sp.SoundLocation = "system.wav";
            sp.PlaySync();

相关文章:

  • 2021-11-03
  • 2021-06-05
  • 2021-08-01
  • 2022-12-23
  • 2021-07-09
  • 2022-12-23
猜你喜欢
  • 2021-11-01
  • 2021-09-13
  • 2021-10-07
  • 2021-06-23
  • 2022-12-23
  • 2021-07-24
  • 2021-09-28
相关资源
相似解决方案