axWindowsMediaPlayer路径问题
this.axWindowsMediaPlayer2.URL = "F:\\音乐\\真的爱你.mp3";this.axWindowsMediaPlayer2.Ctlcontrols.play();
这样写可以播放
this.axWindowsMediaPlayer2.URL = "../../光辉岁月.mp3";
this.axWindowsMediaPlayer2.Ctlcontrols.play();
不能播放了
是不是这个 组件不支持 相对路径? --------------------编程问答-------------------- 是这样的,你需要指定绝对路径。
补充:.NET技术 , .NET Framework