怎么实现实时的跨窗体数据传递Form1中有个axWindowsMediaPlayer,Form2中有个Button1,当点击Button1的时候,axWindowsMediaPlayer就播放预置的音乐。求解怎么做。无窗体派生,不使用静态类。。。[解决办法]axWindowsMediaPlayer的modifers改为public,这样通过form1. axWindowsMediaPlayer访问或者 form1公布一个public的方法,form2中调用这个方法