111,120
社区成员
发帖
与我相关
我的任务
分享可以使用realplayer,安装暴风影音之类的软件后在添加com组件里可以看到
this.axRealAudio1.SetControls("ImageWindow");
this.axRealAudio1.Source = fileName;
this.axRealAudio1.SetLoop(true);
this.axRealAudio1.SetFullScreen();
this.axRealAudio1.SetWantErrors(true);
this.axRealAudio1.AutoStart = true;