111,088
社区成员




可以使用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;